mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
AC-1262 Fix broken job template test.
This commit is contained in:
parent
fcdcf8e988
commit
8154edf00c
@ -460,9 +460,9 @@ class JobTemplateTest(BaseJobTestMixin, django.test.TestCase):
|
||||
'modified', 'name', 'description', 'job_type',
|
||||
'inventory', 'project', 'playbook', 'credential',
|
||||
'cloud_credential', 'forks', 'limit', 'verbosity',
|
||||
'extra_vars', 'job_tags', 'host_config_key',
|
||||
'status', 'next_job_run', 'has_schedules',
|
||||
'last_job_run', 'last_job_failed')
|
||||
'extra_vars', 'vars_prompt_on_launch', 'job_tags',
|
||||
'host_config_key', 'status', 'next_job_run',
|
||||
'has_schedules', 'last_job_run', 'last_job_failed')
|
||||
|
||||
def test_get_job_template_list(self):
|
||||
url = reverse('api:job_template_list')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user