mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 15:30:44 +08:00
added log to check response on cicd
This commit is contained in:
parent
28df353829
commit
d836ba6782
@ -32,6 +32,10 @@ describe("E2E Tests for v1 API Routes", () => {
|
||||
const response: ScrapeResponseRequestTest = await request(TEST_URL).post(
|
||||
"/v1/scrape"
|
||||
);
|
||||
console.log({
|
||||
response: response.body,
|
||||
statusCode: response.statusCode,
|
||||
})
|
||||
expect(response.statusCode).toBe(401);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user