aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pathod/test_app.py')
-rw-r--r--test/pathod/test_app.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pathod/test_app.py b/test/pathod/test_app.py
index fbaa773c..19888c75 100644
--- a/test/pathod/test_app.py
+++ b/test/pathod/test_app.py
@@ -32,9 +32,6 @@ class TestApp(tutils.DaemonTests):
assert self.getpath("/log/%s" % id).status_code == 200
assert self.getpath("/log/9999999").status_code == 404
- def test_log_binary(self):
- assert self.get("200:h@10b=@10b:da")
-
def test_response_preview(self):
r = self.getpath("/response_preview", params=dict(spec="200"))
assert r.status_code == 200