diff options
Diffstat (limited to 'internal/configuration/helpers_test.go')
| -rw-r--r-- | internal/configuration/helpers_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/helpers_test.go b/internal/configuration/helpers_test.go index 678b8535c..b584b8e09 100644 --- a/internal/configuration/helpers_test.go +++ b/internal/configuration/helpers_test.go @@ -30,7 +30,7 @@ func TestGetEnvConfigMaps(t *testing.T) { "mysecret.user_password", } - keys, ignoredKeys := getEnvConfigMap(input, DefaultEnvPrefix, DefaultEnvDelimiter, deprecations) + keys, ignoredKeys := getEnvConfigMap(input, DefaultEnvPrefix, DefaultEnvDelimiter, deprecations, deprecationsMKM) key, ok = keys[DefaultEnvPrefix+"MY_NON_SECRET_CONFIG_ITEM"] assert.True(t, ok) |
