AC-1181 Fixed job serializer to copy default name/description from job template.

This commit is contained in:
Chris Church
2014-04-14 23:09:02 -04:00
parent 1b242926e9
commit 55da67fa91
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -627,7 +627,6 @@ class JobTemplateTest(BaseJobTestMixin, django.test.TestCase):
jt = self.jt_eng_run
url = reverse('api:job_template_jobs_list', args=(jt.pk,))
data = dict(
name='new job from template',
credential=self.cred_bob.pk,
)