diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-02-07 01:17:24 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-02-07 01:17:24 +0100 |
commit | 2ed09beae4095b647d5f4482ae4a5b05b683c0ef (patch) | |
tree | 29b653cb18a51556026e401529660055067027f6 /test | |
parent | 17e44db9fd56f5f9cf8767e78080ab2e10d8a23d (diff) | |
download | mitmproxy-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.py | 2 |
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") |