We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 571f374 + 6006ccd commit 50f4085Copy full SHA for 50f4085
nova/tests/functional/api/openstack/placement/gabbits/basic-http.yaml
@@ -194,3 +194,14 @@ tests:
194
content-type: application/json
195
response_json_paths:
196
$.errors[0].title: Not Found
197
+
198
+- name: bad content length not int
199
+ POST: /resource_providers
200
+ request_headers:
201
+ content-type: application/json
202
+ content-length: hi mom
203
+ data:
204
+ uuid: ce13d7f1-9988-4dfd-8e16-ce071802eb36
205
+ status: 400
206
+ response_strings:
207
+ - content-length header must be an integer
0 commit comments