Przeglądaj źródła

Update openrouter.test.ts

Matt Rubens 11 miesięcy temu
rodzic
commit
2a11bcabfd
1 zmienionych plików z 1 dodań i 1 usunięć
  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",
 			},
 		})
 	})