File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/pytest-simcore/src/pytest_simcore/helpers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -533,9 +533,9 @@ def wait_for_pipeline_state(
533533 with log_context (
534534 logging .INFO ,
535535 msg = ContextMessages (
536- starting = f"--> Start wait for one of { expected_states = } " ,
537- done = lambda : f"<-- End wait for one of { expected_states = } , pipeline reached { current_state = } " ,
538- raised = lambda : f"❌ Error: pipeline timed out with { current_state } . Expected one of { expected_states = } ❌ " ,
536+ starting = f"wait for one of { expected_states = } " ,
537+ done = lambda : f"wait for one of { expected_states = } , pipeline reached { current_state = } " ,
538+ raised = lambda : f"pipeline timed out with { current_state } . Expected one of { expected_states = } " ,
539539 ),
540540 ):
541541 waiter = SocketIOProjectStateUpdatedWaiter (
You can’t perform that action at this time.
0 commit comments