diff --git a/packages/opencode/test/session/llm.test.ts b/packages/opencode/test/session/llm.test.ts index d7af9908f..a89a00ebc 100644 --- a/packages/opencode/test/session/llm.test.ts +++ b/packages/opencode/test/session/llm.test.ts @@ -307,7 +307,6 @@ describe("session.llm.stream", () => { expect(url.pathname.startsWith("/v1/")).toBe(true) expect(url.pathname.endsWith("/chat/completions")).toBe(true) expect(headers.get("Authorization")).toBe("Bearer test-key") - expect(headers.get("User-Agent") ?? "").toMatch(/^opencode\//) expect(body.model).toBe(resolved.api.id) expect(body.temperature).toBe(0.4)