mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Merge pull request #2675 from wwitzel3/issue-2244
Do not show the read_role child for Teams
This commit is contained in:
@@ -183,7 +183,7 @@ def test_get_teams_roles_list(get, team, organization, admin):
|
||||
assert response.status_code == 200
|
||||
roles = response.data
|
||||
|
||||
assert roles['count'] == 2
|
||||
assert roles['count'] == 1
|
||||
assert roles['results'][0]['id'] == organization.admin_role.id or roles['results'][1]['id'] == organization.admin_role.id
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user