remove first run prompt - fix tests
remove first run prompt, default to generate certs fix tests
This commit is contained in:
parent
d5db3b696c
commit
6b2ed31c9e
3 changed files with 20 additions and 42 deletions
|
|
@ -41,7 +41,7 @@ async def test_start_stop():
|
|||
await asyncio.sleep(0.1)
|
||||
l.check_present(("bumper", "INFO", "Starting Bumper"))
|
||||
l.clear()
|
||||
assert b.shutting_down == False
|
||||
|
||||
asyncio.create_task(b.shutdown())
|
||||
await asyncio.sleep(0.1)
|
||||
l.check_present(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue