mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fixes typo in test
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user