diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:27:55 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-08 13:27:55 -0400 |
commit | 03cf3215670bd4467d1296173c4c184a4be089ab (patch) | |
tree | 437b15e6c1dded01b1a057aa96157ab593c465bb /tests/test_client.py | |
parent | dd7c91d57869360e3f34c6564e1b3beff65b3d39 (diff) |
Some additional badly named tests that I guess weren't in master?
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 1707d015..98f72143 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -245,7 +245,7 @@ class SSHClientTest(ClientTest): """ self._test_connection(key_filename=_support("test_rsa.key")) - def test_5_client_ecdsa(self): + def test_client_ecdsa(self): """ verify that SSHClient works with an ECDSA key. """ |