From d6cc73a278a34b1040c7f8aeb037dd7e032a169c Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 3 Mar 2025 19:16:50 -0800 Subject: [PATCH] Fix tests --- .../backend/endpoints/api/v1/auth/oauth/callback.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 5c47b8144..b2255a920 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 @@ -72,7 +72,7 @@ it("should fail when cookies are missing", async ({ expect }) => { expect(response).toMatchInlineSnapshot(` NiceResponse { "status": 400, - "body": "OAuth cookie not found. This is likely because you refreshed the page during the OAuth sign in process. Please try signing in again", + "body": "Inner OAuth cookie not found. This is likely because you refreshed the page during the OAuth sign in process. Please try signing in again", "headers": Headers { "set-cookie": ' at path '/'>,