mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 17:28:36 -05:00
AC-1181 Fixed job serializer to copy default name/description from job template.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user