Update swagger test

This commit is contained in:
beeankha
2019-06-03 21:20:41 -04:00
parent 8d6e1f0927
commit dd372548a9
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ class TaskManager():
else:
if type(task) is WorkflowJob:
task.status = 'running'
task.send_notification_templates('running') # <----
task.send_notification_templates('running')
logger.debug('Transitioning %s to running status.', task.log_format)
schedule_task_manager()
elif not task.supports_isolation() and rampart_group.controller_id: