aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-04-23 21:10:01 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-04-23 21:10:01 -0700
commit1892c27476181daaa3f72022e5bbdf87e2dbd4d0 (patch)
tree952a4492d3267f9b8408299bd01c283411bccbcb /tests
parentf13a9c26c7a894703b401f4898b3d5bb84282824 (diff)
downloadfatcat-1892c27476181daaa3f72022e5bbdf87e2dbd4d0.tar.gz
fatcat-1892c27476181daaa3f72022e5bbdf87e2dbd4d0.zip
release changelog
Diffstat (limited to 'tests')
-rw-r--r--tests/routes.py3
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