0

Merge branch 'main' into detect-pdfs

This commit is contained in:
Nicolas 2024-04-19 15:13:32 -07:00
commit 005ac8f839

View File

@ -43,7 +43,7 @@ describe('E2E Tests for API Routes', () => {
.set('Content-Type', 'application/json')
.send({ url: 'https://firecrawl.dev' });
expect(response.statusCode).toBe(200);
});
}, 10000); // 10 seconds timeout
it('should return a successful response with a valid API key', async () => {
const response = await request(TEST_URL)