From 7a01afca611d9987714822a6078efd190864124c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 17 Feb 2014 22:08:23 -0600 Subject: fix rsa key loader test --- tests/hazmat/primitives/test_rsa.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hazmat/primitives') diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py index a413f10b..e7787bdb 100644 --- a/tests/hazmat/primitives/test_rsa.py +++ b/tests/hazmat/primitives/test_rsa.py @@ -123,6 +123,7 @@ class TestRSA(object): ) def test_load_pss_vect_example_keys(self, pkcs1_example): secret, public = pkcs1_example + secret.pop("examples") skey = rsa.RSAPrivateKey(**secret) assert skey -- cgit v1.2.3