Skip to content

Commit

Permalink
Update workflow/controller/controller_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Clucas <[email protected]>
Signed-off-by: Garett MacGowan <[email protected]>
  • Loading branch information
Garett-MacGowan and Joibel authored Sep 13, 2024
1 parent b4b95a8 commit c92fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ func withOutputs(outputs wfv1.Outputs) with {
}

func withExitCode(v int32) with {
return func(pod *apiv1.Pod, woc *wfOperationCtx) {
return func(pod *apiv1.Pod, _ *wfOperationCtx) {
for _, c := range pod.Spec.Containers {
pod.Status.ContainerStatuses = append(pod.Status.ContainerStatuses, apiv1.ContainerStatus{
Name: c.Name,
Expand Down

0 comments on commit c92fe1e

Please sign in to comment.