mirror of
https://github.com/httpie/cli.git
synced 2025-01-11 16:18:44 +01:00
Fixing tests for Travis.
This commit is contained in:
parent
7817dfbbcc
commit
d7ec7b2217
@ -1404,7 +1404,7 @@ class SessionTest(BaseTestCase):
|
||||
self.assertIn(OK, r3)
|
||||
|
||||
# Origin can differ on Travis.
|
||||
del r1.json['origin'], r2.json['origin']
|
||||
del r1.json['origin'], r3.json['origin']
|
||||
|
||||
# Should be the same as before r2.
|
||||
self.assertDictEqual(r1.json, r3.json)
|
||||
|
Loading…
Reference in New Issue
Block a user