Skip to content

Commit aa7ff49

Browse files
author
Dan
committed
Updated test
1 parent 90f6c1b commit aa7ff49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ssh_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ def test_openssh_config(self):
329329

330330
def test_openssh_config_missing(self):
331331
client = SSHClient(self.host, port=self.listen_port,
332+
pkey=self.user_key,
332333
_openssh_config_file='fake', num_retries=1)
333334
self.assertTrue(client)
334335

0 commit comments

Comments
 (0)