Skip to content

Commit 2ba78b5

Browse files
committed
Fixed ECDSA-SHA256 fragment string in test
Signed-off-by: kimbeelen <[email protected]>
1 parent 7817755 commit 2ba78b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_signature_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def fxn():
2424
@pytest.mark.parametrize("key_type, expected_alg", [
2525
("rsa", "rsa-sha256"),
2626
("dsa", "dsa-sha256"),
27-
("ec", "ecdsa-sha-256"),
27+
("ec", "ecdsa-sha256"),
2828
("ed25519", "rsa-sha256"),
2929
("ed448", "rsa-sha256"),
3030
])

0 commit comments

Comments
 (0)