summaryrefslogtreecommitdiff
path: root/internal/hexaicli
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hexaicli')
-rw-r--r--internal/hexaicli/run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/hexaicli/run_test.go b/internal/hexaicli/run_test.go
index e2788e5..a1bad90 100644
--- a/internal/hexaicli/run_test.go
+++ b/internal/hexaicli/run_test.go
@@ -168,7 +168,7 @@ func TestPrintProviderInfo(t *testing.T) {
func TestRun_SingleProviderHeaderUsesStderr(t *testing.T) {
// This test asserts an "openai:gpt-4.1:" header, so pin the provider/model
- // explicitly (the in-code default switched to ollama/kimi-k2.6).
+ // explicitly (the in-code default switched to ollama/gemma4).
t.Setenv("HEXAI_PROVIDER", "openai")
t.Setenv("HEXAI_OPENAI_MODEL", "gpt-4.1")
oldNew := newClientFromApp