From fe6e3aeadcfb05680d1347c50a47ad7f4ab94520 Mon Sep 17 00:00:00 2001 From: Eric Ciarla Date: Sat, 29 Jun 2024 08:44:21 -0400 Subject: [PATCH] Update index.test.ts --- apps/api/src/__tests__/e2e_full_withAuth/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/__tests__/e2e_full_withAuth/index.test.ts b/apps/api/src/__tests__/e2e_full_withAuth/index.test.ts index c9d7372f..5227118f 100644 --- a/apps/api/src/__tests__/e2e_full_withAuth/index.test.ts +++ b/apps/api/src/__tests__/e2e_full_withAuth/index.test.ts @@ -1222,7 +1222,7 @@ describe("E2E Tests for API Routes", () => { expect(typeof llmExtraction.is_open_source).toBe("boolean"); }, 60000); // 60 secs - it.concurrent("should extract data using LLM extraction mode with raw html", async () => { + it.concurrent("should extract data using LLM extraction mode with RawHtml", async () => { const response = await request(TEST_URL) .post("/v0/scrape") .set("Authorization", `Bearer ${process.env.TEST_API_KEY}`)