fix: Flaky test

This commit is contained in:
Ilya Kuznetsov 2025-01-18 12:58:13 +01:00
parent 2c9adcb1ed
commit 15c9c5c29b
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
{
"cluster_key": "mlops_stacks-cluster"
}