Skip to content

Commit b9c8aa6

Browse files
James Mtendamemacursoragent
andcommitted
test(zoo-gateway): align expected OpenAI headers with Zoo Code branding
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2ae4393 commit b9c8aa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/providers/__tests__/zoo-gateway.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ describe("ZooGatewayHandler", () => {
100100
baseURL: "https://staging.zoocode.dev/api/gateway/v1",
101101
apiKey: mockOptions.zooSessionToken,
102102
defaultHeaders: expect.objectContaining({
103-
"HTTP-Referer": "https://github.com/RooVetGit/Roo-Cline",
104-
"X-Title": "Roo Code",
103+
"HTTP-Referer": "https://github.com/Zoo-Code-Org/Zoo-Code",
104+
"X-Title": "Zoo Code",
105105
"X-Zoo-Editor": "vscode",
106106
"X-Zoo-Extension-Version": Package.version,
107107
}),

0 commit comments

Comments
 (0)