diff options
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', - ) |