CreateImageWizard: Use stage candlepin urls on stage consoledot
This commit is contained in:
parent
19fb2273ad
commit
1c5542ca81
3 changed files with 24 additions and 4 deletions
|
|
@ -151,6 +151,9 @@ beforeAll(() => {
|
|||
isBeta: () => {
|
||||
return true;
|
||||
},
|
||||
isProd: () => {
|
||||
return true;
|
||||
},
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue