Skip to content

Commit dfb54ea

Browse files
committed
test(opencode): mock Zen auth env candidates
1 parent 2c87d3c commit dfb54ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/agents/model-auth.profiles.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ vi.mock("./model-auth-env-vars.js", () => {
127127
"demo-local": ["DEMO_LOCAL_API_KEY"],
128128
huggingface: ["HUGGINGFACE_HUB_TOKEN", "HF_TOKEN"],
129129
"minimax-portal": ["MINIMAX_OAUTH_TOKEN", "MINIMAX_API_KEY"],
130+
opencode: ["OPENCODE_ZEN_API_KEY", "OPENCODE_API_KEY"],
130131
"opencode-go": ["OPENCODE_GO_API_KEY", "OPENCODE_API_KEY", "OPENCODE_ZEN_API_KEY"],
131132
openai: ["OPENAI_API_KEY"],
132133
qianfan: ["QIANFAN_API_KEY"],

0 commit comments

Comments
 (0)