use better start message
This commit is contained in:
parent
a226605e7e
commit
b984261749
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ async def test_start_stop(debug: bool):
|
|||
l.check_present(("bumper", "INFO", "Starting Bumper"))
|
||||
while True:
|
||||
try:
|
||||
l.check_present(("bumper", "INFO", "Starting Bumper successful"))
|
||||
l.check_present(("bumper", "INFO", "Bumper started successfully"))
|
||||
break
|
||||
except AssertionError:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue