From 32424bf8c5f0abc7199689d82794e30d85d3abbd Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sat, 16 Mar 2024 22:50:40 +1100 Subject: fix(configuration): include more helpful address mapping logs (#6909) This includes more helpful address mapping logs which actually show the value automatically mapped so users can update and debug easier. Signed-off-by: James Elliott --- internal/configuration/helpers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/configuration/helpers_test.go') 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) -- cgit v1.2.3