mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Removed old test assertion
This commit is contained in:
parent
1989012fd5
commit
9c78a85a70
@ -419,8 +419,6 @@ def test_ensure_rbac_fields_are_present(organization, get, admin):
|
|||||||
org = response.data
|
org = response.data
|
||||||
|
|
||||||
assert 'summary_fields' in org
|
assert 'summary_fields' in org
|
||||||
assert 'resource_id' in org
|
|
||||||
assert org['resource_id'] > 0
|
|
||||||
assert 'roles' in org['summary_fields']
|
assert 'roles' in org['summary_fields']
|
||||||
|
|
||||||
org_role_response = get(org['summary_fields']['roles']['admin_role']['url'], admin)
|
org_role_response = get(org['summary_fields']['roles']['admin_role']['url'], admin)
|
||||||
|
Loading…
Reference in New Issue
Block a user