e2e-test: disable default auth policy for backend testing
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -502,6 +502,8 @@ async function testBackendStart(appDir: string, ...args: string[]) {
|
||||
env: {
|
||||
...process.env,
|
||||
GITHUB_TOKEN: 'abc',
|
||||
// TODO: Default auth policy is disabled for e2e tests - replace this with external service auth
|
||||
APP_CONFIG_backend_auth_dangerouslyDisableDefaultAuthPolicy: 'true',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user