fix warnings

This commit is contained in:
Robert Resch 2022-01-30 22:45:48 +01:00
parent 226f7556ce
commit b48d3c8ad9
4 changed files with 4 additions and 6 deletions

View file

@ -71,7 +71,7 @@ async def test_confserver_exceptions():
async def test_confserver_no_ssl():
conf_server = bumper.ConfServer((HOST, 111111), usessl=False)
conf_server.confserver_app()
asyncio.create_task(conf_server.start_server())
await conf_server.start_server()
def test_get_milli_time():