Skip to content

Commit fbc3170

Browse files
committed
adjust messages
1 parent 55f8eab commit fbc3170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/playwright.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)