aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-02-07 01:17:24 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-02-07 01:17:24 +0100
commit2ed09beae4095b647d5f4482ae4a5b05b683c0ef (patch)
tree29b653cb18a51556026e401529660055067027f6 /test
parent17e44db9fd56f5f9cf8767e78080ab2e10d8a23d (diff)
downloadmitmproxy-2ed09beae4095b647d5f4482ae4a5b05b683c0ef.tar.gz
mitmproxy-2ed09beae4095b647d5f4482ae4a5b05b683c0ef.tar.bz2
mitmproxy-2ed09beae4095b647d5f4482ae4a5b05b683c0ef.zip
fix tests, re-enable pypy, do housekeeping
Diffstat (limited to 'test')
-rw-r--r--test/test_flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 6230ad73..1b796e4c 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -47,7 +47,7 @@ class TestStickyCookieState:
assert s.domain_match("google.com", ".google.com")
def test_handle_response(self):
- c = "SSID=mooo, FOO=bar; Domain=.google.com; Path=/; "\
+ c = "SSID=mooo; domain=.google.com, FOO=bar; Domain=.google.com; Path=/; "\
"Expires=Wed, 13-Jan-2021 22:23:01 GMT; Secure; "
s, f = self._response(c, "host")