mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Make sure we are calling signal_start in unit tests
This commit is contained in:
@@ -929,7 +929,7 @@ class JobStartCancelTest(BaseJobTestMixin, django.test.LiveServerTestCase):
|
|||||||
# Start/run a job and then access its results via the API.
|
# Start/run a job and then access its results via the API.
|
||||||
#job = self.job_ops_east_run
|
#job = self.job_ops_east_run
|
||||||
job = self.make_job(self.jt_ops_east_run, self.user_sue, 'new')
|
job = self.make_job(self.jt_ops_east_run, self.user_sue, 'new')
|
||||||
job.start()
|
job.signal_start()
|
||||||
|
|
||||||
# Check that the job detail has been updated.
|
# Check that the job detail has been updated.
|
||||||
url = reverse('api:job_detail', args=(job.pk,))
|
url = reverse('api:job_detail', args=(job.pk,))
|
||||||
|
|||||||
Reference in New Issue
Block a user