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:
Sanne Raymaekers 2023-01-25 14:55:14 +01:00 committed by Lucas Garfield
parent a25ec459d8
commit 1fa0466676
2 changed files with 4 additions and 4 deletions

View file

@ -162,7 +162,7 @@ beforeAll(() => {
},
},
isBeta: () => {
return true;
return false;
},
isProd: () => {
return true;