Merge "[placement] cover bad content-length header"

This commit is contained in:
Zuul 2018-07-18 23:33:55 +00:00 committed by Gerrit Code Review
commit 50f40854b0
1 changed files with 11 additions and 0 deletions

View File

@ -194,3 +194,14 @@ tests:
content-type: application/json
response_json_paths:
$.errors[0].title: Not Found
- name: bad content length not int
POST: /resource_providers
request_headers:
content-type: application/json
content-length: hi mom
data:
uuid: ce13d7f1-9988-4dfd-8e16-ce071802eb36
status: 400
response_strings:
- content-length header must be an integer