From 38f5b264ac2bcfc4650ac2fc4097b677edee6d65 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Wed, 13 Sep 2023 16:22:55 -0400 Subject: [PATCH] test: Fix invalid parameter reference in TestInvalidNameParameterSubstitution (#11806) Signed-off-by: Yuan Tang --- test/e2e/workflow_configmap_substitution_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/workflow_configmap_substitution_test.go b/test/e2e/workflow_configmap_substitution_test.go index 7328010388fd..2723cf578256 100644 --- a/test/e2e/workflow_configmap_substitution_test.go +++ b/test/e2e/workflow_configmap_substitution_test.go @@ -128,7 +128,7 @@ spec: - name: message valueFrom: configMapKeyRef: - name: '{{ workflow.parameters.cm-name}' + name: '{{ workflow.parameters.cm-name }}' key: msg container: image: argoproj/argosay:v2