summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-08 13:27:55 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-08 13:27:55 -0400
commit03cf3215670bd4467d1296173c4c184a4be089ab (patch)
tree437b15e6c1dded01b1a057aa96157ab593c465bb /tests/test_client.py
parentdd7c91d57869360e3f34c6564e1b3beff65b3d39 (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.py2
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.
"""