mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 12:27:46 +00:00
#173 Cleanup decorators
This commit is contained in:
@@ -26,7 +26,7 @@ def test_header_not_returned(simple_app):
|
||||
data = json.loads(response.data.decode('utf-8'))
|
||||
assert data['type'] == 'about:blank'
|
||||
assert data['title'] == 'Response headers do not conform to specification'
|
||||
assert data['detail'] == "Keys in header don't match response specification. Difference: ['Location']"
|
||||
assert data['detail'] == "Keys in header don't match response specification. Difference: Location"
|
||||
assert data['status'] == 500
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user