Skip to content

Commit 371fd3e

Browse files
committed
feat: add option continueAndFail on step.onError
1 parent 9bd73ea commit 371fd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pod/entrypoint_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ func TestEntryPointOnError(t *testing.T) {
730730
t.Fatalf("orderContainers: %v", err)
731731
}
732732
if d := cmp.Diff(tc.wantContainers, got); d != "" {
733-
t.Errorf("Edoooo eimaste\nDiff %s", diff.PrintWantGot(d))
733+
t.Errorf("Diff %s", diff.PrintWantGot(d))
734734
}
735735
}
736736
})

0 commit comments

Comments
 (0)