test: update error message assertion for Jina fallback
The error message now includes Jina in the fallback chain. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2f22e1a88b
commit
eb78b58ff7
@ -161,7 +161,7 @@ describe("web_fetch extraction fallbacks", () => {
|
||||
|
||||
await expect(
|
||||
tool?.execute?.("call", { url: "https://example.com/readability-empty" }),
|
||||
).rejects.toThrow("Readability and Firecrawl returned no content");
|
||||
).rejects.toThrow("Readability, Jina, and Firecrawl returned no content");
|
||||
});
|
||||
|
||||
it("uses firecrawl when direct fetch fails", async () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user