pathod tests: do not string_escape specs

This commit is contained in:
Shadab Zafar 2016-06-15 14:00:37 +05:30 committed by Maximilian Hils
parent 6782b4ec00
commit 2a0e850615

View File

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