Use latest config names

This commit is contained in:
Lennart Kats 2023-07-03 18:04:17 +02:00
parent 64edf3942e
commit 35f4d3bb7d
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ func TestOverrideCompute(t *testing.T) {
Jobs: map[string]*resources.Job{ Jobs: map[string]*resources.Job{
"job1": {JobSettings: &jobs.JobSettings{ "job1": {JobSettings: &jobs.JobSettings{
Name: "job1", Name: "job1",
Tasks: []jobs.JobTaskSettings{ Tasks: []jobs.Task{
{ {
NewCluster: &compute.BaseClusterInfo{}, NewCluster: &compute.ClusterSpec{},
}, },
{ {
ExistingClusterId: "cluster2", ExistingClusterId: "cluster2",