We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f2e177 + 7a107b6 commit 97d5d52Copy full SHA for 97d5d52
cmd/root/flags_test.go
@@ -69,6 +69,7 @@ func TestGatewayLogic(t *testing.T) {
69
70
for _, tt := range tests {
71
t.Run(tt.name, func(t *testing.T) {
72
+ t.Setenv("CAGENT_MODELS_GATEWAY", tt.env) // Make sure the user doesn't have an old env set
73
t.Setenv("DOCKER_AGENT_MODELS_GATEWAY", tt.env)
74
75
// Mock user config loader
0 commit comments