From 72461ce9a64405064fa6e3482cf58a02728a236d Mon Sep 17 00:00:00 2001 From: rafaelsideguide <150964962+rafaelsideguide@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:29:52 -0300 Subject: [PATCH] Update index.test.ts --- 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 b44a7811..d10a286f 100644 --- a/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts +++ b/apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts @@ -36,6 +36,7 @@ describe("E2E Tests for v1 API Routes", () => { expect(response.statusCode).toBe(401); }); + it.concurrent("should throw error for blocklisted URL", async () => { const scrapeRequest: ScrapeRequest = { url: "https://facebook.com/fake-test", };