Skip to content

Commit 75e6e42

Browse files
committed
remove log
1 parent 31a313e commit 75e6e42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/e2e/tests/backend/endpoints/api/v1/internal/config.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ describe("oauth config", () => {
363363
headers: adminHeaders(adminAccessToken),
364364
});
365365
const configWithoutGithub = JSON.parse(configResponse3.body.config_string);
366-
console.log(configWithoutGithub.auth.oauth.providers);
367366
expect(configWithoutGithub.auth.oauth.providers.github).toBeUndefined();
368367
// Google should still be there
369368
expect(configWithoutGithub.auth.oauth.providers.google).toBeDefined();

0 commit comments

Comments
 (0)