1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Fix up flake8

This commit is contained in:
Matthew Jones 2016-07-15 12:50:59 -04:00 committed by John Mitchell
parent dfa42544a6
commit d3a541483c

View File

@ -344,6 +344,6 @@ def test_disallow_template_delete_on_running_job(job_template_factory, delete, a
project='p',
inventory='i',
organization='o')
j = objects.job_template.create_unified_job()
objects.job_template.create_unified_job()
delete_response = delete(reverse('api:job_template_detail', args=[objects.job_template.pk]), user=admin_user)
assert delete_response.status_code == 409