diff options
author | Shadab Zafar <dufferzafar0@gmail.com> | 2016-09-21 23:56:31 +0530 |
---|---|---|
committer | Shadab Zafar <dufferzafar0@gmail.com> | 2016-09-27 16:44:09 +0530 |
commit | e8ffc5167b82fc1bc5b889cfaf2e6b35b3ff8f54 (patch) | |
tree | a21bae94a66600c84e9193eeb1ae749d89c315c6 /test | |
parent | 9ec0790271024f5a4c928d1d45cc62feccf81cdf (diff) | |
download | mitmproxy-e8ffc5167b82fc1bc5b889cfaf2e6b35b3ff8f54.tar.gz mitmproxy-e8ffc5167b82fc1bc5b889cfaf2e6b35b3ff8f54.tar.bz2 mitmproxy-e8ffc5167b82fc1bc5b889cfaf2e6b35b3ff8f54.zip |
Can't have , in the sticky cookie test
Since we support comma separated cookies now
Diffstat (limited to 'test')
-rw-r--r-- | test/mitmproxy/builtins/test_stickycookie.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mitmproxy/builtins/test_stickycookie.py b/test/mitmproxy/builtins/test_stickycookie.py index ed92013d..4d3b7cb3 100644 --- a/test/mitmproxy/builtins/test_stickycookie.py +++ b/test/mitmproxy/builtins/test_stickycookie.py @@ -92,7 +92,6 @@ class TestStickyCookie(mastertest.MasterTest): "foo/bar=hello", "foo:bar=world", "foo@bar=fizz", - "foo,bar=buzz", ] for c in cs: f.response.headers["Set-Cookie"] = c |