From 7ee7d5ba847b0e1c6db4afc02fa858ac8734ba6b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 27 Sep 2014 09:43:14 -0500 Subject: fix invalid dict reference in test --- tests/hazmat/primitives/test_ec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hazmat/primitives/test_ec.py') diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py index a2613db8..f9eab7ac 100644 --- a/tests/hazmat/primitives/test_ec.py +++ b/tests/hazmat/primitives/test_ec.py @@ -142,7 +142,7 @@ class TestECWithNumbers(object): )) ) def test_with_numbers(self, backend, vector, hash_type): - curve_type = _CURVE_TYPES[vector['curve']] + curve_type = ec._CURVE_TYPES[vector['curve']] _skip_ecdsa_vector(backend, curve_type, hash_type) -- cgit v1.2.3