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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pathod/test_app.py b/test/pathod/test_app.py
index 7f691485..fbaa773c 100644
--- a/test/pathod/test_app.py
+++ b/test/pathod/test_app.py
@@ -11,11 +11,11 @@ class TestApp(tutils.DaemonTests):
def test_about(self):
r = self.getpath("/about")
- assert r.ok
+ assert r.status_code == 200
def test_download(self):
r = self.getpath("/download")
- assert r.ok
+ assert r.status_code == 200
def test_docs(self):
assert self.getpath("/docs/pathod").status_code == 200