From 9a7a6324896c601f7e56c94b4ca693be489f65d4 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Fri, 28 Aug 2020 09:48:35 -0700 Subject: [PATCH] using a standard curve for testing --- lemur/tests/test_authorities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/tests/test_authorities.py b/lemur/tests/test_authorities.py index 6090d0b6..fade39e8 100644 --- a/lemur/tests/test_authorities.py +++ b/lemur/tests/test_authorities.py @@ -48,7 +48,7 @@ def test_authority_input_schema_ecc(client, role, issuer_plugin, logged_in_user) }, "type": "root", "signingAlgorithm": "sha256WithECDSA", - "keyType": "EC256", + "keyType": "ECCPRIME256V1", "sensitivity": "medium", }