Skip to content

Commit c197c5e

Browse files
remove comment
1 parent 514280c commit c197c5e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integration/client/orkes/test_orkes_clients.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ def __test_unit_test_workflow(self):
399399
# COMPLETED result immediately, but if it isn't COMPLETED yet we don't
400400
# fail: we poll the workflow and wait for it to reach a terminal state.
401401
if execution.status != "COMPLETED":
402-
#need to fix the print statement below to have the wf id and the status
403402
print(
404403
f"[test_workflow] workflow_id={getattr(execution, 'workflow_id', None)} status={execution.status} (was expecting COMPLETED - but will poll for that now)"
405404
)

0 commit comments

Comments
 (0)