From b4f1e9b0cf7fb885c4d26603163476f65cc49886 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 12:46:08 -0300 Subject: [PATCH] test(soteria): pin default namespace config test --- internal/config/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 5c6d5df..487dd0b 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -59,6 +59,7 @@ func clearConfigEnv(t *testing.T) { func TestLoadDefaultsForLonghorn(t *testing.T) { clearConfigEnv(t) + withEnv(t, "SOTERIA_NAMESPACE", "soteria") cfg, err := Load() if err != nil {