From 2688e18228e15558c99f1372f003ca95e7be4523 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Apr 2018 19:37:36 -0700 Subject: editgroup view --- tests/routes.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/routes.py') diff --git a/tests/routes.py b/tests/routes.py index 194dc865..49afc5ce 100644 --- a/tests/routes.py +++ b/tests/routes.py @@ -29,3 +29,6 @@ def test_all_views(rich_app): rv = app.get('/v0/work/random') rv = app.get(rv.location) assert rv.status_code == 200 + + rv = app.get('/editgroup/1') + assert rv.status_code == 200 -- cgit v1.2.3