We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2090b2 commit cb5a0deCopy full SHA for cb5a0de
1 file changed
packages/opencode/test/session/llm.test.ts
@@ -307,7 +307,6 @@ describe("session.llm.stream", () => {
307
expect(url.pathname.startsWith("/v1/")).toBe(true)
308
expect(url.pathname.endsWith("/chat/completions")).toBe(true)
309
expect(headers.get("Authorization")).toBe("Bearer test-key")
310
- expect(headers.get("User-Agent") ?? "").toMatch(/^opencode\//)
311
312
expect(body.model).toBe(resolved.api.id)
313
expect(body.temperature).toBe(0.4)
0 commit comments