mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-06-27 00:41:33 +00:00
fix lib
This commit is contained in:
parent
67b6326ed5
commit
a977f4afa4
@ -154,7 +154,7 @@ export async function crawlErrors(id: string, identity = defaultIdentity): Promi
|
||||
.send();
|
||||
|
||||
expect(res.statusCode).toBe(200);
|
||||
expect(res.body.success).toBe(true);
|
||||
expect(res.body.success).not.toBe(false);
|
||||
|
||||
return res.body;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user