diff options
Diffstat (limited to 'python/tests/routes.py')
-rw-r--r-- | python/tests/routes.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/tests/routes.py b/python/tests/routes.py index 2e208d22..bca7cc0f 100644 --- a/python/tests/routes.py +++ b/python/tests/routes.py @@ -114,6 +114,3 @@ def test_all_views(app): rv = app.get('/editor/aaaaaaaaaaaabkvkaaaaaaaaae/changelog') assert rv.status_code == 200 - - rv = app.get('/stats') - assert rv.status_code == 200 |