2022-01-29 00:51:13 +00:00
|
|
|
---
|
|
|
|
tests/test_connection.py | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2023-01-25 12:27:47 +00:00
|
|
|
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
|
2020-03-02 14:21:15 +00:00
|
|
|
|
|
|
|
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
|