From 8f382aab65edede33f54d5138d35e8e1b6957a11 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Mon, 23 Sep 2019 00:44:25 -0400 Subject: [PATCH] Fix ui annotation test (#57) --- test/unit/ui-service.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \