Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bgedik committed Oct 17, 2024
1 parent 36e68cd commit 0ea8096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (d *dummyOutputWriter) Put(ctx context.Context, reader io.OutputReader) err
}

func (d *dummyOutputWriter) GetErrorPath() storage.DataReference {
return ""
return "s3://errors/error.pb"
}

func getMockTaskContext(initPhase PluginPhase, wantPhase PluginPhase) pluginsCore.TaskExecutionContext {
Expand Down

0 comments on commit 0ea8096

Please sign in to comment.