diff options
Diffstat (limited to 'internal/runtimeconfig/store_test.go')
| -rw-r--r-- | internal/runtimeconfig/store_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/runtimeconfig/store_test.go b/internal/runtimeconfig/store_test.go index 1c05cc9..0a0183a 100644 --- a/internal/runtimeconfig/store_test.go +++ b/internal/runtimeconfig/store_test.go @@ -26,6 +26,7 @@ func TestStoreReloadSkipsEnvOverrides(t *testing.T) { t.Setenv("XDG_CONFIG_HOME", tmp) t.Setenv("HEXAI_MAX_TOKENS", "321") + t.Setenv("HEXAI_PROVIDER", "") initial := appconfig.Load(logger) if initial.MaxTokens != 321 { @@ -75,6 +76,7 @@ func TestStoreReloadLogsSummary(t *testing.T) { t.Setenv("XDG_CONFIG_HOME", tmp) t.Setenv("HEXAI_MAX_TOKENS", "321") + t.Setenv("HEXAI_PROVIDER", "") initial := appconfig.Load(logger) store := New(initial) |
