From 476b6aaa2525c5ffaaeae3db863c41c868b6d18d Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Mon, 12 Feb 2024 13:09:18 -0600 Subject: [PATCH] final test --- charts/consul/test/unit/gateway-resources-configmap.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/consul/test/unit/gateway-resources-configmap.bats b/charts/consul/test/unit/gateway-resources-configmap.bats index c3dd719383..c442a2e839 100644 --- a/charts/consul/test/unit/gateway-resources-configmap.bats +++ b/charts/consul/test/unit/gateway-resources-configmap.bats @@ -385,7 +385,7 @@ target=templates/gateway-resources-configmap.yaml local actual=$(echo "$config" | yq -r '.nodeSelector') echo "${actual}" - [ "${actual}" = '{\n [\n "annotation.name"\n ]\n}' ] + [ "${actual}" = '{\n [\n "key": "value"\n ]\n}' ] } @test "gateway-resources/ConfigMap: API Gateway nodeSelector default { @@ -419,7 +419,7 @@ target=templates/gateway-resources-configmap.yaml local actual=$(echo "$config" | yq -r '.tolerations') echo "${actual}" - [ "${actual}" = '{\n [\n "annotation.name"\n ]\n}' ] + [ "${actual}" = '{\n [\n "key": "value"\n ]\n}' ] } @test "gateway-resources/ConfigMap: API Gateway tolerations default { @@ -453,7 +453,7 @@ target=templates/gateway-resources-configmap.yaml local actual=$(echo "$config" | yq -r '.service') echo "${actual}" - [ "${actual}" = '{\n [\n "annotation.name"\n ]\n}' ] + [ "${actual}" = '{\n "service": [\n "annotation.name"\n ]\n}' ] } @test "gateway-resources/ConfigMap: API Gateway copyAnnotations default {