We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a313e commit 75e6e42Copy full SHA for 75e6e42
1 file changed
apps/e2e/tests/backend/endpoints/api/v1/internal/config.test.ts
@@ -363,7 +363,6 @@ describe("oauth config", () => {
363
headers: adminHeaders(adminAccessToken),
364
});
365
const configWithoutGithub = JSON.parse(configResponse3.body.config_string);
366
- console.log(configWithoutGithub.auth.oauth.providers);
367
expect(configWithoutGithub.auth.oauth.providers.github).toBeUndefined();
368
// Google should still be there
369
expect(configWithoutGithub.auth.oauth.providers.google).toBeDefined();
0 commit comments