mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Corrected JobStartCancel Test.
This commit is contained in:
parent
a479294f02
commit
98ae1a7858
@ -1642,6 +1642,10 @@ class JobRelaunch(GenericAPIView):
|
||||
|
||||
model = Job
|
||||
|
||||
@transaction.non_atomic_requests
|
||||
def dispatch(self, *args, **kwargs):
|
||||
return super(JobRelaunch, self).dispatch(*args, **kwargs)
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
obj = self.get_object()
|
||||
data = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user