#173 Cleanup decorators

This commit is contained in:
João Santos
2016-05-11 10:10:05 +02:00
parent bb0d34a6b8
commit 714446fd2b
3 changed files with 11 additions and 7 deletions

View File

@@ -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