aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/routes.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/tests/routes.py b/python/tests/routes.py
index 3391596e..8607e7c0 100644
--- a/python/tests/routes.py
+++ b/python/tests/routes.py
@@ -99,10 +99,10 @@ def test_all_views(app):
rv = app.get('/work/create')
assert rv.status_code == 404
- rv = app.get('/editgroup/1')
+ rv = app.get('/editgroup/aaaaaaaaaaaabo53aaaaaaaaae')
assert rv.status_code == 200
- rv = app.get('/editgroup/99999999')
+ rv = app.get('/editgroup/ccccccccccccccccccccccccca')
print(rv)
print(rv.data)
assert rv.status_code == 404
@@ -110,10 +110,10 @@ def test_all_views(app):
#rv = app.get('/editgroup/current')
#assert rv.status_code == 302
- rv = app.get('/editor/admin')
+ rv = app.get('/editor/aaaaaaaaaaaabkvkaaaaaaaaae')
assert rv.status_code == 200
- rv = app.get('/editor/admin/changelog')
+ rv = app.get('/editor/aaaaaaaaaaaabkvkaaaaaaaaae/changelog')
assert rv.status_code == 200
rv = app.get('/stats')