Skip to content

Commit 036b5bc

Browse files
committed
update integration test env
1 parent 7578d08 commit 036b5bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/tests/machine-auth/oauth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test.describe('OAuth machine authentication @machine', () => {
5050
.commit();
5151

5252
await app.setup();
53-
await app.withEnv(appConfigs.envs.withEmailCodes);
53+
await app.withEnv(appConfigs.envs.withAPIKeys);
5454
await app.dev();
5555

5656
// Test user that will authorize the OAuth application

0 commit comments

Comments
 (0)