mirror of https://github.com/databricks/cli.git
fix test
This commit is contained in:
parent
af6171d9b3
commit
8e9546e9c5
|
@ -137,6 +137,7 @@ func TestConvertAppWithNoDescription(t *testing.T) {
|
|||
assert.Equal(t, map[string]any{
|
||||
"name": "app_id",
|
||||
"description": "", // Due to Apps API always returning a description field, we set it in the output as well to avoid permanent TF drift
|
||||
"no_compute": true,
|
||||
"resources": []any{
|
||||
map[string]any{
|
||||
"name": "job1",
|
||||
|
|
Loading…
Reference in New Issue