Skip to content

Commit

Permalink
Remove timezone specific value
Browse files Browse the repository at this point in the history
  • Loading branch information
dufferzafar committed Aug 15, 2016
1 parent bc175b5 commit 239eaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mitmproxy/test_examples.py
Expand Up @@ -164,4 +164,4 @@ def test_format_cookies(self):
assert f['secure']

f = format_cookies([("n", "v", CA([("expires", "Mon, 24-Aug-2037 00:00:00 GMT")]))])[0]
assert f['expires'] == "2037-08-24T05:30:00+00:00"
assert f['expires']

0 comments on commit 239eaf0

Please sign in to comment.