mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
Can't have , in the sticky cookie test
Since we support comma separated cookies now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user