Skip to content

Commit

Permalink
Fix unit test from merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
anandswaminathan committed Jul 12, 2019
1 parent bb7c8dd commit 9053e4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ func TestRollbackWithFailFastError(t *testing.T) {
}
failFastError := client.GetNonRetryableError(errors.New("blah"), "SubmitJob", "400BadRequest")
mockFlinkController.StartFlinkJobFunc = func(ctx context.Context, application *v1alpha1.FlinkApplication, hash string,
jarName string, parallelism int32, entryClass string, programArgs string) (string, error) {
jarName string, parallelism int32, entryClass string, programArgs string, allowNonRestoredState bool) (string, error) {
return "", failFastError
}

Expand Down

0 comments on commit 9053e4f

Please sign in to comment.