Skip to content

Commit

Permalink
test: Fix invalid parameter reference in TestInvalidNameParameterSubs…
Browse files Browse the repository at this point in the history
…titution (#11806)

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan committed Oct 20, 2023
1 parent 11e61a8 commit 38f5b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/workflow_configmap_substitution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38f5b26

Please sign in to comment.