diff --git a/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts b/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts index 40017d2b..9d504f1f 100644 --- a/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts +++ b/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts @@ -34,6 +34,7 @@ describe("E2E Tests for v1 API Routes", () => { ); console.log({ response: response.body, + details: response.body.success == false ? response.body.details : null, statusCode: response.statusCode, }) expect(response.statusCode).toBe(401);