mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 07:04:45 -03:30
Merge pull request #1204 from AlanCoding/org_members_team
allow org members to see teams in org
This commit is contained in:
@@ -92,7 +92,7 @@ def test_org_counts_detail_member(resourced_organization, user, get):
|
||||
'job_templates': 0,
|
||||
'projects': 0,
|
||||
'inventories': 0,
|
||||
'teams': 0
|
||||
'teams': 5
|
||||
}
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ def test_org_counts_list_member(resourced_organization, user, get):
|
||||
'job_templates': 0,
|
||||
'projects': 0,
|
||||
'inventories': 0,
|
||||
'teams': 0
|
||||
'teams': 5
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user