Update index.test.ts
This commit is contained in:
parent
a6ed2e693f
commit
e369d1dd0e
@ -677,7 +677,7 @@ describe("E2E Tests for API Routes", () => {
|
|||||||
.set("Authorization", `Bearer ${process.env.TEST_API_KEY}`)
|
.set("Authorization", `Bearer ${process.env.TEST_API_KEY}`)
|
||||||
.set("Content-Type", "application/json")
|
.set("Content-Type", "application/json")
|
||||||
.send({
|
.send({
|
||||||
url: "https://www.scrapethissite.com",
|
url: "proxyway.com",
|
||||||
crawlerOptions: { maxDepth: 2, limit: 5 },
|
crawlerOptions: { maxDepth: 2, limit: 5 },
|
||||||
});
|
});
|
||||||
expect(crawlResponse.statusCode).toBe(200);
|
expect(crawlResponse.statusCode).toBe(200);
|
||||||
|
Loading…
Reference in New Issue
Block a user