mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
flake8 fix
This commit is contained in:
parent
02b7149cad
commit
39f444836b
@ -25,8 +25,8 @@ def resourced_organization(organization, project, team, inventory, user):
|
||||
def test_org_counts_detail_view(resourced_organization, user, get):
|
||||
# Check that all types of resources are counted by a superuser
|
||||
external_admin = user('admin', True)
|
||||
response = get(reverse('api:organization_detail', args=[resourced_organization.pk]),
|
||||
external_admin)
|
||||
response = get(reverse('api:organization_detail',
|
||||
args=[resourced_organization.pk]), external_admin)
|
||||
assert response.status_code == 200
|
||||
|
||||
counts = response.data['summary_fields']['related_field_counts']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user