mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Make sure unit test works on python 2.6
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class RequestsTestCase(unittest.TestCase):
|
||||
'foo=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT'
|
||||
}
|
||||
)
|
||||
self.assertNotIn('foo', s.cookies)
|
||||
assert 'foo' not in s.cookies
|
||||
|
||||
def test_user_agent_transfers(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user