fix(weed/worker/tasks/balance): dropped test error (#10291)

This commit is contained in:
Lars Lehtonen
2026-07-09 18:20:14 -07:00
committed by GitHub
parent 6f816c955d
commit 3a0021e144
@@ -503,6 +503,9 @@ func TestExecuteDispatchesBatchPath(t *testing.T) {
err = handler.Execute(context.Background(), &plugin_pb.ExecuteJobRequest{
Job: job,
}, sender)
if err != nil {
t.Fatalf("handler.Execute: %v", err)
}
// Expect an error since no real volume servers exist
// But verify the batch path was taken by checking the assigned message