From 239eaf0078db0549232ef6eca54dabf75e9752c5 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Mon, 15 Aug 2016 14:28:13 +0530 Subject: [PATCH] Remove timezone specific value --- test/mitmproxy/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mitmproxy/test_examples.py b/test/mitmproxy/test_examples.py index e03d34e96..83a37a36c 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']