diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-09 17:05:13 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-09 17:05:13 -0800 |
commit | bdc75ab212d6a636e57747212d439b407b9fc83d (patch) | |
tree | 0d25fc174f59d211ef9bfde9bfd68a7c22941c4b /tests | |
parent | 499f5c5a3e40a127a9ba4f21ce73a30a1a9171a8 (diff) |
LOL whoops this was a duplicate
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_client.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index 9e7bf379..64b18ada 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -683,10 +683,3 @@ class PasswordPassphraseTests(ClientTest): password='television', passphrase='wat? lol no', ) - - @raises(SSHException) # TODO: more granular - def test_passphrase_kwarg_not_used_for_password_value(self): # noqa - # Sanity: the new passphrase field is NEVER used for password auth! - self._test_connection( - passphrase='pygmalion', - ) |