0

Update index.test.ts

This commit is contained in:
rafaelsideguide 2024-06-06 16:44:46 -03:00
parent 7b9b668b95
commit cd7f9abcec

View File

@ -1028,7 +1028,7 @@ describe("E2E Tests for API Routes", () => {
.send({ url: "https://www.scrapethissite.com" }); .send({ url: "https://www.scrapethissite.com" });
expect(response.statusCode).toBe(429); expect(response.statusCode).toBe(429);
}, 60000); }, 90000);
}); });
// it.concurrent("should return 429 when rate limit is exceeded for API key", async () => { // it.concurrent("should return 429 when rate limit is exceeded for API key", async () => {