test: prune redundant abort case and speed stream cap test

This commit is contained in:
Peter Steinberger
2026-02-23 05:06:27 +00:00
parent 77c3b142a9
commit 23598e0e3a
2 changed files with 1 additions and 9 deletions

View File

@@ -248,7 +248,7 @@ describe("web_fetch extraction fallbacks", () => {
global.fetch = withFetchPreconnect(fetchSpy);
const tool = createFetchTool({
maxResponseBytes: 1024,
maxResponseBytes: 128,
firecrawl: { enabled: false },
});
const result = await tool?.execute?.("call", { url: "https://example.com/stream" });