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 90f6c1b commit aa7ff49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ssh_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def test_openssh_config(self):

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

Expand Down

0 comments on commit aa7ff49

Please sign in to comment.