From bdc75ab212d6a636e57747212d439b407b9fc83d Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 9 Nov 2017 17:05:13 -0800 Subject: LOL whoops this was a duplicate --- tests/test_client.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests') 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', - ) -- cgit v1.2.3