aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-08-15 14:28:13 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2016-08-15 15:05:32 +0530
commit239eaf0078db0549232ef6eca54dabf75e9752c5 (patch)
treef840f19cde156baa249f806f2e4395b8f9a7a67b
parentbc175b58f247b412fdcdbe2297d26b0151db8285 (diff)
downloadmitmproxy-239eaf0078db0549232ef6eca54dabf75e9752c5.tar.gz
mitmproxy-239eaf0078db0549232ef6eca54dabf75e9752c5.tar.bz2
mitmproxy-239eaf0078db0549232ef6eca54dabf75e9752c5.zip
Remove timezone specific value
-rw-r--r--test/mitmproxy/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/test_examples.py b/test/mitmproxy/test_examples.py
index e03d34e9..83a37a36 100644
--- a/test/mitmproxy/test_examples.py
+++ b/test/mitmproxy/test_examples.py
@@ -164,4 +164,4 @@ class TestHARDump():
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']