Adding survey_enabled to the expected list of template fields

This commit is contained in:
Matthew Jones 2014-09-10 10:27:50 -04:00
parent fc89ff76b5
commit b1463f056d

View File

@ -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')