mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
switch placeholder key in litellm test
This commit is contained in:
parent
d4918c369d
commit
9546dc7ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ describe("LiteLLMHandler", () => {
|
|||
|
||||
it("uses dummy API key if not provided", () => {
|
||||
new LiteLLMHandler({ litellmBaseUrl: "url", litellmModelId: "id" })
|
||||
expect(OpenAI).toHaveBeenCalledWith(expect.objectContaining({ apiKey: "dummy-key" }))
|
||||
expect(OpenAI).toHaveBeenCalledWith(expect.objectContaining({ apiKey: "sk-1234" }))
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue