Can't have , in the sticky cookie test

Since we support comma separated cookies now
This commit is contained in:
Shadab Zafar
2016-09-21 23:56:31 +05:30
parent 9ec0790271
commit e8ffc5167b

View File

@@ -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