diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:26:37 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:26:37 -0400 |
commit | dd7c91d57869360e3f34c6564e1b3beff65b3d39 (patch) | |
tree | ac5e2f31189be466748aebea8d2b3009481e6982 /tests/test_ssh_gss.py | |
parent | 17e412eb7c249a4cc536e70deebd3d889e07e252 (diff) |
flake8 now applied to tests, huzzah
Diffstat (limited to 'tests/test_ssh_gss.py')
-rw-r--r-- | tests/test_ssh_gss.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ssh_gss.py b/tests/test_ssh_gss.py index 4d354059..d8c151f9 100644 --- a/tests/test_ssh_gss.py +++ b/tests/test_ssh_gss.py @@ -148,7 +148,7 @@ class GSSAuthTest(unittest.TestCase): def test_auth_trickledown(self): """ - Failed gssapi-with-mic auth doesn't prevent subsequent key auth from succeeding + Failed gssapi-with-mic doesn't prevent subsequent key from succeeding """ self.hostname = ( "this_host_does_not_exists_and_causes_a_GSSAPI-exception" |