This commit is contained in:
Nicolas
2024-08-28 13:54:39 -03:00
parent 9a13034095
commit 7ba3f3bd1a
2 changed files with 3 additions and 3 deletions
@@ -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://mendable.ai/blog" });
.send({ url: "https://roastmywebsite.ai" });
expect(crawlResponse.statusCode).toBe(200);
let isCompleted = false;