diff options
Diffstat (limited to 'test/pathod/test_pathod.py')
-rw-r--r-- | test/pathod/test_pathod.py | 10 |
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( |