mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Typo fix in tests.
This commit is contained in:
@@ -117,7 +117,7 @@ class RequestsTestSuite(unittest.TestCase):
|
||||
# cookies of the first domain should NOT be sent to the next one
|
||||
r3 = s.get(url='http://tinyurl.com/7zp3jnr')
|
||||
assert r3.url == 'http://httpbin.org/cookies'
|
||||
self.assertTrue('preview' not in json.loads(r2.text)['cookies'])
|
||||
self.assertTrue('preview' not in json.loads(r3.text)['cookies'])
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user