diff --git a/test/unit/server-configmap.bats b/test/unit/server-configmap.bats index dc9524e..ec679de 100755 --- a/test/unit/server-configmap.bats +++ b/test/unit/server-configmap.bats @@ -49,6 +49,5 @@ load _helpers --set 'server.config="{\"hello\": \"world\"}"' \ . | tee /dev/stderr | yq '.data["extraconfig-from-values.hcl"] | match("world") | length' | tee /dev/stderr) - echo "# --- actual: ${actual}" >&3 [ ! -z "${actual}" ] }