Browse Source

Update openrouter.test.ts

Matt Rubens 11 months ago
parent
commit
2a11bcabfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/providers/__tests__/openrouter.test.ts

+ 1 - 1
src/api/providers/__tests__/openrouter.test.ts

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