1
0
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:
Akita Noek 2016-03-09 12:03:20 -05:00
parent 1989012fd5
commit 9c78a85a70

View File

@ -419,8 +419,6 @@ def test_ensure_rbac_fields_are_present(organization, get, admin):
org = response.data
assert 'summary_fields' in org
assert 'resource_id' in org
assert org['resource_id'] > 0
assert 'roles' in org['summary_fields']
org_role_response = get(org['summary_fields']['roles']['admin_role']['url'], admin)