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:
shreyas-goenka 2023-11-10 12:05:32 +01:00 committed by GitHub
parent 3284a8c56c
commit f208853626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"properties": {
"foo": {
"type": "string",
"default": "abc"
"default": "abc",
"description": "foo-bar"
}
}
}