aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/routes.py')
-rw-r--r--python/tests/routes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tests/routes.py b/python/tests/routes.py
index f92df54c..ec4eaf12 100644
--- a/python/tests/routes.py
+++ b/python/tests/routes.py
@@ -88,3 +88,6 @@ def test_all_views(app):
rv = app.get('/editor/admin/changelog')
assert rv.status_code == 200
+
+ rv = app.get('/stats')
+ assert rv.status_code == 200