Skip to content

Commit

Permalink
Update test so that DAB change can merge (ansible#15222)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored May 28, 2024
1 parent c3d9aa5 commit 208ef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/tests/functional/test_rbac_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_remove_role_from_user(role, post, admin):


@pytest.mark.django_db
@override_settings(ANSIBLE_BASE_ALLOW_TEAM_ORG_ADMIN=True)
@override_settings(ANSIBLE_BASE_ALLOW_TEAM_ORG_ADMIN=True, ANSIBLE_BASE_ALLOW_TEAM_ORG_MEMBER=True)
def test_get_teams_roles_list(get, team, organization, admin):
team.member_role.children.add(organization.admin_role)
url = reverse('api:team_roles_list', kwargs={'pk': team.id})
Expand Down

0 comments on commit 208ef0c

Please sign in to comment.