Make sure unit test works on python 2.6

This commit is contained in:
Chase Sterling
2013-04-04 22:48:14 -04:00
parent 88f13598f3
commit 5c47ce1136
+1 -1
View File
@@ -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):