test: align Brave llm-context fixture

This commit is contained in:
Ayaan Zaidi
2026-03-10 08:00:13 +05:30
parent ca60e01e8c
commit aa53bc886b

View File

@@ -694,7 +694,7 @@ describe("web_search external content wrapping", () => {
const mockFetch = installBraveLlmContextFetch({
title: "Context title",
url: "https://example.com/ctx",
snippets: [{ text: "Context chunk one" }, { text: "Context chunk two" }],
snippets: ["Context chunk one", "Context chunk two"],
});
const tool = createWebSearchTool({