Revert "filter internal User.admin_roles from the /roles API list view"

This reverts commit 2a55bfa5741e91c466570e7b4cf9b517d366c610.
This commit is contained in:
Wayne Witzel III
2016-10-25 13:40:15 -04:00
parent ed8bbc2bbd
commit b11f5c3015
2 changed files with 2 additions and 5 deletions
@@ -51,6 +51,7 @@ def test_get_roles_list_user(organization, inventory, team, get, user):
assert Role.singleton(ROLE_SINGLETON_SYSTEM_ADMINISTRATOR).id in role_hash
assert organization.admin_role.id in role_hash
assert organization.member_role.id in role_hash
assert this_user.admin_role.id in role_hash
assert custom_role.id in role_hash
assert inventory.admin_role.id not in role_hash