mirror of https://github.com/databricks/cli.git
fix test
This commit is contained in:
parent
48af9d1c57
commit
176bb4b382
|
@ -139,12 +139,12 @@ func TestRootMergeTargetOverridesWithVariables(t *testing.T) {
|
||||||
},
|
},
|
||||||
Targets: map[string]*Target{
|
Targets: map[string]*Target{
|
||||||
"development": {
|
"development": {
|
||||||
Variables: map[string]*variable.Variable{
|
Variables: map[string]any{
|
||||||
"foo": {
|
"foo": variable.Variable{
|
||||||
Default: "bar",
|
Default: "bar",
|
||||||
Description: "wrong",
|
Description: "wrong",
|
||||||
},
|
},
|
||||||
"complex": {
|
"complex": variable.Variable{
|
||||||
Type: "wrong",
|
Type: "wrong",
|
||||||
Description: "wrong",
|
Description: "wrong",
|
||||||
Default: map[string]interface{}{
|
Default: map[string]interface{}{
|
||||||
|
|
Loading…
Reference in New Issue