Skip to content

Commit

Permalink
Signed-off-by: tooptoop4 <[email protected]>
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Gilgur <[email protected]>
Signed-off-by: tooptoop4 <[email protected]>
  • Loading branch information
tooptoop4 and Anton Gilgur authored Oct 27, 2024
1 parent bfc2dac commit 5637d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ func (s *CLISuite) TestWorkflowRetryWithRecreatedPVC() {
assert.Equal(t, wfv1.NodeFailed, status.Nodes.FindByDisplayName("print").Phase)
// This step is failed intentionally to allow retry. The error message is not related to PVC that is deleted
// previously since it is re-created during retry.
assert.Equal(t, "Error (exit code 1) in main", status.Nodes.FindByDisplayName("print").Message)
assert.Equal(t, "main: Error (exit code 1)", status.Nodes.FindByDisplayName("print").Message)
})
}

Expand Down

0 comments on commit 5637d09

Please sign in to comment.