diff options
Diffstat (limited to 'test/test_app.py')
-rw-r--r-- | test/test_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_app.py b/test/test_app.py index b3194052..6fc64dbe 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -24,7 +24,7 @@ class TestApp(tutils.DaemonTests): def test_log(self): assert self.getpath("/log").status_code == 200 - assert self.get("200").status_code == 200 + assert self.get("200:da").status_code == 200 id = self.d.log()[0]["id"] assert self.getpath("/log").status_code == 200 assert self.getpath("/log/%s"%id).status_code == 200 |