src/test: use stage tests for prod-beta tests
Content sources is now available in prod-beta, so let's test simulating the production env, but split on beta/non-beta.
This commit is contained in:
parent
a25ec459d8
commit
1fa0466676
2 changed files with 4 additions and 4 deletions
|
|
@ -162,7 +162,7 @@ beforeAll(() => {
|
|||
},
|
||||
},
|
||||
isBeta: () => {
|
||||
return true;
|
||||
return false;
|
||||
},
|
||||
isProd: () => {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue