From 37ae9a9043401666854afc300112e094f3a0d79c Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 16 Aug 2024 14:17:43 -0400 Subject: [PATCH] Update index.test.ts --- apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts | 1 - 1 file changed, 1 deletion(-) 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 aa4d110d..8bee48d9 100644 --- a/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts +++ b/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts @@ -117,7 +117,6 @@ 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).toHaveProperty("content"); expect(response.body.data).toHaveProperty("markdown"); expect(response.body.data).toHaveProperty("html"); expect(response.body.data).toHaveProperty("metadata");