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