Skip to content

Commit

Permalink
fix: year bug e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Denis <denis@codefresh.io>
  • Loading branch information
denis-codefresh committed Jan 6, 2022
1 parent 00269cc commit 0aa619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/expression-tag-template-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
workflows.argoproj.io/verify.py: |
assert status["phase"] == "Succeeded"
assert nodes["task-0(0:3)"]["phase"] == "Succeeded"
assert nodes["task-0(0:3)"]["outputs"]["parameters"][0]["value"] == "hello 30 @ 2021\n"
assert nodes["task-0(0:3)"]["outputs"]["parameters"][0]["value"] == "hello 30 @ 2022\n"
spec:
entrypoint: main
templates:
Expand Down

0 comments on commit 0aa619c

Please sign in to comment.