test(soteria): pin default namespace config test

This commit is contained in:
codex 2026-04-21 12:46:08 -03:00
parent 85520b0aa9
commit b4f1e9b0cf

View File

@ -59,6 +59,7 @@ func clearConfigEnv(t *testing.T) {
func TestLoadDefaultsForLonghorn(t *testing.T) { func TestLoadDefaultsForLonghorn(t *testing.T) {
clearConfigEnv(t) clearConfigEnv(t)
withEnv(t, "SOTERIA_NAMESPACE", "soteria")
cfg, err := Load() cfg, err := Load()
if err != nil { if err != nil {