diff --git a/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts b/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts index e95ac2fad..cbaac7864 100644 --- a/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts +++ b/apps/api/src/__tests__/e2e_v1_withAuth_all_params/index.test.ts @@ -575,7 +575,7 @@ describe("E2E Tests for v1 API Routes", () => { // if (!("data" in response.body)) { // throw new Error("Expected response body to have 'data' property"); // } - + // // expect(response.body.data.markdown).toContain("You have reached the bottom!") }, 30000);