From c0c45c051a6eadf34d38f1b0d3d96c6a9196f733 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 5 Jun 2016 11:47:52 +1200 Subject: Fix test that may fail due to binary header data This is just inherently not a determinisitc test. We don't use the log HTTP interface any more, so it can just go. A more radical "solution" is inbound shortly. Fixes #1207 --- test/pathod/tutils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/pathod/tutils.py') diff --git a/test/pathod/tutils.py b/test/pathod/tutils.py index b9f38d86..1a883c93 100644 --- a/test/pathod/tutils.py +++ b/test/pathod/tutils.py @@ -102,7 +102,9 @@ class DaemonTests(object): fp=logfp, ) with c.connect(): - resp = c.request("get:/p/%s" % urllib.quote(spec).encode("string_escape")) + resp = c.request( + "get:/p/%s" % urllib.quote(spec).encode("string_escape") + ) return resp def pathoc( -- cgit v1.2.3