Update index.test.ts

This commit is contained in:
Nicolas 2024-08-28 14:22:26 -03:00
parent b7f62f93c4
commit 59547d7129
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ describe("GET /v1/crawl/:jobId", () => {
.post("/v1/crawl")
.set("Authorization", `Bearer ${process.env.TEST_API_KEY}`)
.set("Content-Type", "application/json")
.send({ url: "https://roastmywebsite.ai" });
.send({ url: "https://docs.mendable.ai" });
expect(crawlResponse.statusCode).toBe(200);
let isCompleted = false;