fix(tests): fixc

This commit is contained in:
Gergő Móricz 2025-05-27 21:22:56 +02:00
parent 1dbfbef990
commit f7e296a3ba
2 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,5 @@ describe("Batch scrape tests", () => {
});
expect(response.body.data[0].metadata.sourceURL).toBe("https://firecrawl.dev/?pagewanted=all&et_blog");
});
}, 35000);
});

View File

@ -373,5 +373,5 @@ describe("Scrape tests", () => {
});
expect(response.metadata.sourceURL).toBe("https://firecrawl.dev/?pagewanted=all&et_blog");
});
}, 35000);
});