mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Fixes AC-402. Fix issues arising from unit tests.
This commit is contained in:
@@ -797,7 +797,7 @@ class JobStart(GenericAPIView):
|
||||
can_start=obj.can_start,
|
||||
)
|
||||
if obj.can_start:
|
||||
data['passwords_needed_to_start'] = obj.asswords_needed_to_start
|
||||
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
|
||||
return Response(data)
|
||||
|
||||
def post(self, request, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user