Skip to content

Commit

Permalink
Fix misleading name
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Oct 6, 2019
1 parent 0392866 commit ea96205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/services/user/test_initialize.py
Expand Up @@ -67,8 +67,8 @@ def test_initialize_account(app):
'role_id': 'board_user',
}

role_ids_before = authorization_service.find_role_ids_for_user(user_id)
assert role_ids_before == {'board_user'}
role_ids_after = authorization_service.find_role_ids_for_user(user_id)
assert role_ids_after == {'board_user'}


def test_initialize_already_initialized_account(app):
Expand Down

0 comments on commit ea96205

Please sign in to comment.