diff --git a/apps/e2e/tests/backend/endpoints/api/v1/auth/oauth/callback.test.ts b/apps/e2e/tests/backend/endpoints/api/v1/auth/oauth/callback.test.ts index 52e7b3ecd..eaf09429f 100644 --- a/apps/e2e/tests/backend/endpoints/api/v1/auth/oauth/callback.test.ts +++ b/apps/e2e/tests/backend/endpoints/api/v1/auth/oauth/callback.test.ts @@ -48,20 +48,21 @@ it("should fail when account is new and sign ups are disabled", async ({ expect cookie, }, }); - expect(response).toMatchInlineSnapshot(` - NiceResponse { - "status": 400, - "body": { - "code": "SIGN_UP_NOT_ENABLED", - "error": "Creation of new accounts is not enabled for this project. Please ask the project owner to enable it.", - }, - "headers": Headers { - "set-cookie": ' at path '/'>, - "x-stack-known-error": "SIGN_UP_NOT_ENABLED", -