Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
imdadahad committed Oct 25, 2016
1 parent 2b5894b commit 8f10eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/main/test_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_platform_admin_user_can_not_access_page(app_,
admin_override=False)


def test_user_with_permissions_returns_401_unauthenticated_user(app_):
def test_no_user_returns_401_unauth(app_):
from flask_login import current_user
assert not current_user
_test_permissions(
Expand Down

0 comments on commit 8f10eae

Please sign in to comment.