We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7817755 commit 2ba78b5Copy full SHA for 2ba78b5
test/test_signature_algorithms.py
@@ -24,7 +24,7 @@ def fxn():
24
@pytest.mark.parametrize("key_type, expected_alg", [
25
("rsa", "rsa-sha256"),
26
("dsa", "dsa-sha256"),
27
- ("ec", "ecdsa-sha-256"),
+ ("ec", "ecdsa-sha256"),
28
("ed25519", "rsa-sha256"),
29
("ed448", "rsa-sha256"),
30
])
0 commit comments