diff --git a/flytepropeller/pkg/controller/nodes/task/k8s/plugin_manager_test.go b/flytepropeller/pkg/controller/nodes/task/k8s/plugin_manager_test.go index af8442880e..1d8d5064d9 100644 --- a/flytepropeller/pkg/controller/nodes/task/k8s/plugin_manager_test.go +++ b/flytepropeller/pkg/controller/nodes/task/k8s/plugin_manager_test.go @@ -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 {