fix warnings
This commit is contained in:
parent
226f7556ce
commit
b48d3c8ad9
4 changed files with 4 additions and 6 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue