test(tui): update web search label expectation (#43166)

Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot]
2026-08-18 03:22:35 +00:00
committed by GitHub
parent b968a314d3
commit cd156f9f1c
@@ -2272,7 +2272,7 @@ describe("V2 mini transport", () => {
expect(commits.map((item) => item.phase)).toEqual(["start", "final"])
const start = commits[0]
if (!start) throw new Error("Expected web search start commit")
expect(entryBody(start)).toEqual({ type: "text", content: '◈ Exa Web Search "effect"' })
expect(entryBody(start)).toEqual({ type: "text", content: '◈ Web Search via Exa "effect"' })
await transport.close()
})