diff --git a/core/task/handler/runner_test.go b/core/task/handler/runner_test.go index 4c342863..fb593c5c 100644 --- a/core/task/handler/runner_test.go +++ b/core/task/handler/runner_test.go @@ -63,7 +63,6 @@ func setupRunner(t *testing.T) *Runner { task := &models.Task{ SpiderId: spiderId, Status: constants.TaskStatusPending, - Type: "test", Mode: "test", NodeId: primitive.NewObjectID(), }