mirror of https://github.com/databricks/cli.git
fix: Flaky test
This commit is contained in:
parent
2c9adcb1ed
commit
15c9c5c29b
|
@ -113,7 +113,7 @@ Exit code: 1
|
|||
}
|
||||
|
||||
>>> errcode $CLI bundle validate -o json --target without-defaults --var-file=var_files/empty.json
|
||||
Error: no value assigned to required variable cluster_workers. Assignment can be done through the "--var" or "--var-file" flag or by setting the BUNDLE_VAR_cluster_workers environment variable
|
||||
Error: failed to read variables file: open var_files/empty.json: no such file or directory
|
||||
|
||||
|
||||
Exit code: 1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"cluster_key": "mlops_stacks-cluster"
|
||||
}
|
Loading…
Reference in New Issue