diff --git a/test/unit/ui-service.bats b/test/unit/ui-service.bats index 6c089ae..81f9f54 100755 --- a/test/unit/ui-service.bats +++ b/test/unit/ui-service.bats @@ -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 \