mirror of https://github.com/databricks/cli.git
Fix integration test asserting errors on unknown template parameters (#977)
## Changes Recent descriptions were made mandatory for input parameters so this test started failing. ## Tests The test passes now.
This commit is contained in:
parent
3284a8c56c
commit
f208853626
|
@ -2,7 +2,8 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"foo": {
|
"foo": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "abc"
|
"default": "abc",
|
||||||
|
"description": "foo-bar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue