diff --git a/awx/main/tests/jobs.py b/awx/main/tests/jobs.py index e74ca55a32..c5c89751d7 100644 --- a/awx/main/tests/jobs.py +++ b/awx/main/tests/jobs.py @@ -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')