CreateImageWizard: Use stage candlepin urls on stage consoledot

This commit is contained in:
Sanne Raymaekers 2022-05-23 14:59:43 +02:00
parent 19fb2273ad
commit 1c5542ca81
3 changed files with 24 additions and 4 deletions

View file

@ -151,6 +151,9 @@ beforeAll(() => {
isBeta: () => {
return true;
},
isProd: () => {
return true;
},
},
};
});