AC-1262 Fix broken job template test.

This commit is contained in:
Chris Church
2014-05-11 23:06:31 -04:00
parent fcdcf8e988
commit 8154edf00c

View File

@@ -460,9 +460,9 @@ class JobTemplateTest(BaseJobTestMixin, django.test.TestCase):
'modified', 'name', 'description', 'job_type', 'modified', 'name', 'description', 'job_type',
'inventory', 'project', 'playbook', 'credential', 'inventory', 'project', 'playbook', 'credential',
'cloud_credential', 'forks', 'limit', 'verbosity', 'cloud_credential', 'forks', 'limit', 'verbosity',
'extra_vars', 'job_tags', 'host_config_key', 'extra_vars', 'vars_prompt_on_launch', 'job_tags',
'status', 'next_job_run', 'has_schedules', 'host_config_key', 'status', 'next_job_run',
'last_job_run', 'last_job_failed') 'has_schedules', 'last_job_run', 'last_job_failed')
def test_get_job_template_list(self): def test_get_job_template_list(self):
url = reverse('api:job_template_list') url = reverse('api:job_template_list')