--- tests/test_connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: asyncssh-2.13.0/tests/test_connection.py =================================================================== --- asyncssh-2.13.0.orig/tests/test_connection.py +++ asyncssh-2.13.0/tests/test_connection.py @@ -1546,7 +1546,7 @@ class _TestConnectionAsyncAcceptor(Serve conn.logger.info('Acceptor called') - return (await cls.create_server(_TunnelServer, gss_host=(), + return (await cls.create_server(_TunnelServer, gss_host=None, acceptor=acceptor)) @asynctest