mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Adding survey_enabled to the expected list of template fields
This commit is contained in:
parent
fc89ff76b5
commit
b1463f056d
@ -582,7 +582,7 @@ class JobTemplateTest(BaseJobTestMixin, django.test.TestCase):
|
||||
'cloud_credential', 'forks', 'limit', 'verbosity',
|
||||
'extra_vars', 'ask_variables_on_launch', 'job_tags',
|
||||
'host_config_key', 'status', 'next_job_run',
|
||||
'has_schedules', 'last_job_run', 'last_job_failed')
|
||||
'has_schedules', 'last_job_run', 'last_job_failed', 'survey_enabled')
|
||||
|
||||
def test_get_job_template_list(self):
|
||||
url = reverse('api:job_template_list')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user