From b1463f056da7d4c290be13ad74614cafdc425f55 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 10 Sep 2014 10:27:50 -0400 Subject: [PATCH] Adding survey_enabled to the expected list of template fields --- awx/main/tests/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tests/jobs.py b/awx/main/tests/jobs.py index f255cdfb68..199aeda3ad 100644 --- a/awx/main/tests/jobs.py +++ b/awx/main/tests/jobs.py @@ -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')