mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
pathod tests: do not string_escape specs
This commit is contained in:
parent
6782b4ec00
commit
2a0e850615
@ -100,7 +100,7 @@ class DaemonTests(object):
|
|||||||
)
|
)
|
||||||
with c.connect():
|
with c.connect():
|
||||||
resp = c.request(
|
resp = c.request(
|
||||||
"get:/p/%s" % urllib.parse.quote(spec).encode("string_escape")
|
"get:/p/%s" % urllib.parse.quote(spec)
|
||||||
)
|
)
|
||||||
return resp
|
return resp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user