Skip to content

Commit

Permalink
Update charts/consul/test/unit/server-config-configmap.bats
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
  • Loading branch information
absolutelightning and zalimeni authored Sep 6, 2023
1 parent 8a7b8bd commit 3c4291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/test/unit/server-config-configmap.bats
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ load _helpers
[ "${actual}" = "false" ]
}

@test "server/ConfigMap: set Vault Namespace in connect CA config when global.secretsBackend.vault.vaultNamespace is blank but connectCA.additionalConfig is blank" {
@test "server/ConfigMap: set Vault Namespace in connect CA config when global.secretsBackend.vault.vaultNamespace is not blank and connectCA.additionalConfig is blank" {
cd `chart_dir`

local actual=$(helm template \
Expand Down

0 comments on commit 3c4291c

Please sign in to comment.