Merge pull request #1204 from AlanCoding/org_members_team

allow org members to see teams in org
This commit is contained in:
Wayne Witzel III
2018-04-23 04:15:38 -07:00
committed by GitHub
5 changed files with 39 additions and 8 deletions

View File

@@ -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
}