Skip to content

Commit

Permalink
Update broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Sep 5, 2024
1 parent cf93c8e commit 7b4e32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/test/unit/connect-inject-clusterrole.bats
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ load _helpers
--set 'global.secretsBackend.vault.consulServerRole=bar' \
--set 'global.secretsBackend.vault.consulCARole=test2' \
. | tee /dev/stderr |
yq -r '.rules[6]' | tee /dev/stderr)
yq -r '.rules[7]' | tee /dev/stderr)

local actual=$(echo $object | yq -r '.resources[0]' | tee /dev/stderr)
[ "${actual}" = "mutatingwebhookconfigurations" ]
Expand Down

0 comments on commit 7b4e32c

Please sign in to comment.