diff options
author | james mike dupont <jamesmikedupont@gmail.com> | 2017-01-19 03:59:30 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-01-24 09:16:17 -0800 |
commit | 3ed75f66a19eea3d8812423c1617d1d362e96d6d (patch) | |
tree | ed894aae9d9864679d7acc11b73f67871c52cfc3 /tests/test_client.py | |
parent | 31dc2ae40cbcc7583542152343b2ba1aff1595c7 (diff) |
untie agian!
Diffstat (limited to 'tests/test_client.py')
-rw-r--r-- | tests/test_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index d39febac..f775532e 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -361,7 +361,7 @@ class SSHClientTest (unittest.TestCase): # NOTE: re #387, re #394 # If pkey module used within Client._auth isn't correctly handling auth # errors (e.g. if it allows things like ValueError to bubble up as per - # midway thru #394) client.connect() will fail (at key load step) + # midway through #394) client.connect() will fail (at key load step) # instead of succeeding (at password step) kwargs = dict( # Password-protected key whose passphrase is not 'pygmalion' (it's |