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

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
This commit is contained in:
Zai Shi 2025-07-31 22:00:31 +02:00 committed by GitHub
parent 5a05e017d7
commit 9e5a049f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -331,7 +331,7 @@ it("doesn't allow duplicated oauth ids", async ({ expect }) => {
`);
});
it("misconfigures oauth config", async ({ expect }) => {
it("returns an error when the oauth config is misconfigured", async ({ expect }) => {
const { adminAccessToken } = await Project.createAndSwitch({
config: {
magic_link_enabled: true,