mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 13:36:02 -03:30
Revert "update tests for org members seeing teams"
This reverts commit fe04f69e89.
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': 5
|
||||
'teams': 0
|
||||
}
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ def test_org_counts_list_member(resourced_organization, user, get):
|
||||
'job_templates': 0,
|
||||
'projects': 0,
|
||||
'inventories': 0,
|
||||
'teams': 5
|
||||
'teams': 0
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user