Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Aug 31, 2016
1 parent 45ed47c commit 90f6c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_ssh_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ def test_openssh_config(self):
del _server, _listen_socket

def test_openssh_config_missing(self):
client = SSHClient(self.host, _openssh_config_file='fake', num_retries=1)
client = SSHClient(self.host, port=self.listen_port,
_openssh_config_file='fake', num_retries=1)
self.assertTrue(client)

if __name__ == '__main__':
Expand Down

0 comments on commit 90f6c1b

Please sign in to comment.