From d69e950e3f2fb8b87c23ade50d61d9d89f3954ba Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 3 Feb 2014 11:14:06 -0800 Subject: Don't forget InvalidKey. --- tests/hazmat/primitives/test_hkdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hazmat') diff --git a/tests/hazmat/primitives/test_hkdf.py b/tests/hazmat/primitives/test_hkdf.py index 0b7fa9b5..0497c66b 100644 --- a/tests/hazmat/primitives/test_hkdf.py +++ b/tests/hazmat/primitives/test_hkdf.py @@ -17,7 +17,7 @@ import six import pytest -from cryptography.exceptions import AlreadyFinalized, +from cryptography.exceptions import AlreadyFinalized, InvalidKey from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives.kdf.hkdf import HKDF -- cgit v1.2.3