Skip to content

Commit e11a250

Browse files
Volodymyr SavchenkoVolodymyr Savchenko
authored andcommitted
add tst
1 parent eb6b2c9 commit e11a250

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reana_workflow_controller/consumer.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ def on_message(self, body, message):
145145

146146
def _update_workflow_status(workflow, status, logs):
147147
"""Update workflow status in DB."""
148+
149+
logging.warning(
150+
"some test debug"
151+
)
152+
148153
if workflow.status != status:
149154
Workflow.update_workflow_status(Session, workflow.id_, status, logs, None)
150155
if workflow.git_ref:

0 commit comments

Comments
 (0)