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{
|
||||
"development": {
|
||||
Variables: map[string]*variable.Variable{
|
||||
"foo": {
|
||||
Variables: map[string]any{
|
||||
"foo": variable.Variable{
|
||||
Default: "bar",
|
||||
Description: "wrong",
|
||||
},
|
||||
"complex": {
|
||||
"complex": variable.Variable{
|
||||
Type: "wrong",
|
||||
Description: "wrong",
|
||||
Default: map[string]interface{}{
|
||||
|
|
Loading…
Reference in New Issue