Skip to content

Commit

Permalink
update test/envparsing.sh
Browse files Browse the repository at this point in the history
Maps are currently not supported in environment variables.

See also spf13/viper#339
  • Loading branch information
joschi committed Dec 10, 2024
1 parent 9f87587 commit 0cedee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/envparsing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ EXPECT=$(cat << "EOF"
"tls-certificate-key": "",
"tracing-enabled": false,
"tracing-endpoint": "localhost:4317",
"tracing-headers": {},
"tracing-insecure-transport": true,
"tracing-transport": "grpc",
"trusted-proxies": [
Expand Down

0 comments on commit 0cedee0

Please sign in to comment.