summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_client.py')
-rw-r--r--tests/test_client.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_client.py b/tests/test_client.py
index 4a1e9829..4943df29 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -264,7 +264,9 @@ class SSHClientTest(ClientTest):
"""
# This is dumb :(
types_ = {
- "rsa": "ssh-rsa", "dss": "ssh-dss", "ecdsa": "ecdsa-sha2-nistp256"
+ "rsa": "ssh-rsa",
+ "dss": "ssh-dss",
+ "ecdsa": "ecdsa-sha2-nistp256",
}
# Various combos of attempted & valid keys
# TODO: try every possible combo using itertools functions