aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathod.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-05 13:04:13 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-05 13:04:13 +1200
commit48da24ae7e7be7af94162d35a463f174e22504f6 (patch)
tree1559a5847123d98a68cfd752689c0bf5c5669577 /test/pathod/test_pathod.py
parentc0c45c051a6eadf34d38f1b0d3d96c6a9196f733 (diff)
downloadmitmproxy-48da24ae7e7be7af94162d35a463f174e22504f6.tar.gz
mitmproxy-48da24ae7e7be7af94162d35a463f174e22504f6.tar.bz2
mitmproxy-48da24ae7e7be7af94162d35a463f174e22504f6.zip
First-order removal of pathod API and app
Diffstat (limited to 'test/pathod/test_pathod.py')
-rw-r--r--test/pathod/test_pathod.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py
index ec9c169f..f64b0f61 100644
--- a/test/pathod/test_pathod.py
+++ b/test/pathod/test_pathod.py
@@ -43,16 +43,6 @@ class TestTimeout(tutils.DaemonTests):
assert self.d.last_log()["type"] == "timeout"
-class TestNoApi(tutils.DaemonTests):
- noapi = True
-
- def test_noapi(self):
- assert self.getpath("/log").status_code == 404
- r = self.getpath("/")
- assert r.status_code == 200
- assert "Log" not in r.content
-
-
class TestNotAfterConnect(tutils.DaemonTests):
ssl = False
ssloptions = dict(