mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-10 19:18:58 +08:00
Update index.test.ts
This commit is contained in:
parent
8e32453424
commit
fdf913e0f1
@ -183,6 +183,8 @@ const TEST_URL = "http://127.0.0.1:3002";
|
||||
expect(response.statusCode).toBe(401);
|
||||
});
|
||||
|
||||
|
||||
|
||||
it("should return a successful response with a valid API key", async () => {
|
||||
const response = await request(TEST_URL)
|
||||
.post("/v0/search")
|
||||
|
Loading…
x
Reference in New Issue
Block a user