We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ed47c commit 90f6c1bCopy full SHA for 90f6c1b
tests/test_ssh_client.py
@@ -328,7 +328,8 @@ def test_openssh_config(self):
328
del _server, _listen_socket
329
330
def test_openssh_config_missing(self):
331
- client = SSHClient(self.host, _openssh_config_file='fake', num_retries=1)
+ client = SSHClient(self.host, port=self.listen_port,
332
+ _openssh_config_file='fake', num_retries=1)
333
self.assertTrue(client)
334
335
if __name__ == '__main__':
0 commit comments