15
0
Files
python-asyncssh/gss_test.patch

16 lines
485 B
Diff
Raw Normal View History

---
tests/test_connection.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tests/test_connection.py
+++ b/tests/test_connection.py
@@ -1470,7 +1470,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