diff --git a/bundle/config/mutator/override_compute_test.go b/bundle/config/mutator/override_compute_test.go index e41c42254..22fb5a66d 100644 --- a/bundle/config/mutator/override_compute_test.go +++ b/bundle/config/mutator/override_compute_test.go @@ -25,9 +25,9 @@ func TestOverrideCompute(t *testing.T) { Jobs: map[string]*resources.Job{ "job1": {JobSettings: &jobs.JobSettings{ Name: "job1", - Tasks: []jobs.JobTaskSettings{ + Tasks: []jobs.Task{ { - NewCluster: &compute.BaseClusterInfo{}, + NewCluster: &compute.ClusterSpec{}, }, { ExistingClusterId: "cluster2",