aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_ecdh.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wycheproof/test_ecdh.py')
-rw-r--r--tests/wycheproof/test_ecdh.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wycheproof/test_ecdh.py b/tests/wycheproof/test_ecdh.py
index 0850b627..55be04ee 100644
--- a/tests/wycheproof/test_ecdh.py
+++ b/tests/wycheproof/test_ecdh.py
@@ -50,10 +50,10 @@ _CURVES = {
"ecdh_secp521r1_test.json",
)
def test_ecdh(backend, wycheproof):
- curve = _CURVES[wycheproof.testcase["curve"]]
+ curve = _CURVES[wycheproof.testgroup["curve"]]
if curve is None:
pytest.skip(
- "Unsupported curve ({})".format(wycheproof.testcase["curve"])
+ "Unsupported curve ({})".format(wycheproof.testgroup["curve"])
)
_skip_exchange_algorithm_unsupported(backend, ec.ECDH(), curve)