Update openrouter.test.ts

This commit is contained in:
Matt Rubens
2025-01-21 19:32:59 -05:00
committed by GitHub
parent 53af972579
commit 2a11bcabfd

View File

@@ -36,7 +36,7 @@ describe("OpenRouterHandler", () => {
apiKey: mockOptions.openRouterApiKey, apiKey: mockOptions.openRouterApiKey,
defaultHeaders: { defaultHeaders: {
"HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline", "HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
"X-Title": "Roo-Code", "X-Title": "Roo Code",
}, },
}) })
}) })