diff options
Diffstat (limited to 'profiles/http/src/test/resources/open-cli-schema/sample-test1-schema-http.yaml')
-rw-r--r-- | profiles/http/src/test/resources/open-cli-schema/sample-test1-schema-http.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/http/src/test/resources/open-cli-schema/sample-test1-schema-http.yaml b/profiles/http/src/test/resources/open-cli-schema/sample-test1-schema-http.yaml index f162231f..3120f93e 100644 --- a/profiles/http/src/test/resources/open-cli-schema/sample-test1-schema-http.yaml +++ b/profiles/http/src/test/resources/open-cli-schema/sample-test1-schema-http.yaml @@ -75,6 +75,8 @@ http: method: POST body: '{"name":"${name}","vendor":"${vendor}","version":"${vim-version}","description":"${description}","type":"${type}","url":"${url}","userName":"${username}","password":"${password}","domain":"${domain}","tenant":"${tenant}"}' headers: + context: + - remove_empty_node: true success_codes: - 201 - 200 |