mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 14:25:05 -02:30
update tests for org members seeing teams
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