mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +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():
|
||||
resp = c.request(
|
||||
"get:/p/%s" % urllib.parse.quote(spec).encode("string_escape")
|
||||
"get:/p/%s" % urllib.parse.quote(spec)
|
||||
)
|
||||
return resp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user