Skip to content

Commit 0aa619c

Browse files
fix: year bug e2e
Signed-off-by: Denis <[email protected]>
1 parent 00269cc commit 0aa619c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/expression-tag-template-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
workflows.argoproj.io/verify.py: |
1111
assert status["phase"] == "Succeeded"
1212
assert nodes["task-0(0:3)"]["phase"] == "Succeeded"
13-
assert nodes["task-0(0:3)"]["outputs"]["parameters"][0]["value"] == "hello 30 @ 2021\n"
13+
assert nodes["task-0(0:3)"]["outputs"]["parameters"][0]["value"] == "hello 30 @ 2022\n"
1414
spec:
1515
entrypoint: main
1616
templates:

0 commit comments

Comments
 (0)