mirror of https://github.com/databricks/cli.git
Use latest config names
This commit is contained in:
parent
64edf3942e
commit
35f4d3bb7d
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue