From 2a0e8506153cf27544356eb6324a678ff4a147e9 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Wed, 15 Jun 2016 14:00:37 +0530 Subject: pathod tests: do not string_escape specs --- test/pathod/tutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pathod/tutils.py b/test/pathod/tutils.py index daaa8628..3a94b6eb 100644 --- a/test/pathod/tutils.py +++ b/test/pathod/tutils.py @@ -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 -- cgit v1.2.3