diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-23 21:10:01 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-23 21:10:01 -0700 |
commit | 1892c27476181daaa3f72022e5bbdf87e2dbd4d0 (patch) | |
tree | 952a4492d3267f9b8408299bd01c283411bccbcb /tests/routes.py | |
parent | f13a9c26c7a894703b401f4898b3d5bb84282824 (diff) | |
download | fatcat-1892c27476181daaa3f72022e5bbdf87e2dbd4d0.tar.gz fatcat-1892c27476181daaa3f72022e5bbdf87e2dbd4d0.zip |
release changelog
Diffstat (limited to 'tests/routes.py')
-rw-r--r-- | tests/routes.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/routes.py b/tests/routes.py index 5b9f0ca9..79d97fe4 100644 --- a/tests/routes.py +++ b/tests/routes.py @@ -42,6 +42,9 @@ def test_all_views(rich_app): rv = app.get('/release/random') assert rv.status_code == 302 + rv = app.get('/release/1/changelog') + assert rv.status_code == 200 + rv = app.get('/editgroup/1') assert rv.status_code == 200 |