From 74ac8915cd912b37e779f44bd428e550abda5b6d Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:41:38 -0300 Subject: [PATCH] details --- apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts | 1 + 1 file changed, 1 insertion(+) 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);