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", };