Fixes typo in test

This commit is contained in:
Carol Willing
2014-08-28 19:42:21 -07:00
parent 402f3b4993
commit 0713e09526
+1 -1
View File
@@ -993,7 +993,7 @@ class RequestsTestCase(unittest.TestCase):
)
assert r.status_code == 200
assert 'application/json' in r.request.headers['Content-Type']
#assert {'life': 42} == r.json()['json']
assert {'life': 42} == r.json()['json']
class TestContentEncodingDetection(unittest.TestCase):