commit | 5a40896cbeae2cc2673c86aa18d3953314e760ba | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Nov 29 17:19:25 2013 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Nov 29 17:19:46 2013 -0600 |
tree | a6991cf003aadf9b5d03426d8c5487c17978dbd0 | |
parent | e0b5bb18c3963ebaa66d537d2cf00c2cc0dd804c [diff] |
create AEADEncryptionContext and DecryptionContext
diff --git a/tests/hazmat/primitives/utils.py b/tests/hazmat/primitives/utils.py index 58b9a91..9aa3a89 100644 --- a/tests/hazmat/primitives/utils.py +++ b/tests/hazmat/primitives/utils.py
@@ -351,5 +351,5 @@ ) decryptor = cipher.decryptor() decryptor.update(b"a" * 16) - with pytest.raises(TypeError): + with pytest.raises(AttributeError): decryptor.tag