Drop unecessary host="localhost" in https_server fixture to fix CI build (#1367)
This commit is contained in:
parent
07229b8dff
commit
2f54548dad
@ -300,7 +300,6 @@ def https_server(cert_pem_file, cert_private_key_file):
|
||||
lifespan="off",
|
||||
ssl_certfile=cert_pem_file,
|
||||
ssl_keyfile=cert_private_key_file,
|
||||
host="localhost",
|
||||
port=8001,
|
||||
loop="asyncio",
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user