Skip to content

Commit

Permalink
fix: daemon failed
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <tsk2013uestc@163.com>
  • Loading branch information
shuangkun committed May 8, 2024
1 parent 5c83ec3 commit 7dd8b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/controller/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ func TestAssessNodeStatus(t *testing.T) {
},
daemon: true,
node: &wfv1.NodeStatus{TemplateName: templateName},
want: wfv1.NodeSucceeded,
want: wfv1.NodeFailed,
}, {
name: "daemon, pod running, node failed",
pod: &apiv1.Pod{
Expand Down

0 comments on commit 7dd8b0e

Please sign in to comment.