Commit ed68915e authored by Joshua Johnston's avatar Joshua Johnston

Fix test that I missed

parent a42fdae2
...@@ -229,7 +229,7 @@ def test_permissions(): ...@@ -229,7 +229,7 @@ def test_permissions():
view.allow_access = False view.allow_access = False
rv = client.get('/admin/mockview/') rv = client.get('/admin/mockview/')
eq_(rv.status_code, 404) eq_(rv.status_code, 403)
def get_visibility(): def get_visibility():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment