cryptography gh#ronf/asyncssh@fae5a9e8baad OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=43
18 lines
634 B
Diff
18 lines
634 B
Diff
---
|
|
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
|