Skip to content

Commit

Permalink
Fix ui annotation test (hashicorp#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell authored Sep 23, 2019
1 parent 3f5b0b7 commit 8f382aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ui-service.bats
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ load _helpers
--set 'ui.annotations.foo=bar' \
. | tee /dev/stderr |
yq -r '.metadata.annotations["foo"]' | tee /dev/stderr)
[ "${actual}" = "null" ]
[ "${actual}" = "bar" ]

local actual=$(helm template \
-x templates/ui-service.yaml \
Expand Down

0 comments on commit 8f382aa

Please sign in to comment.