From c33ffd7527a4ce77010425fedfbeed27856c8aa8 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 25 Dec 2015 10:59:22 -0600 Subject: RevokedCertificateBuilder --- tests/hazmat/backends/test_openssl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/hazmat/backends') diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index af064d18..c8d35893 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -510,8 +510,8 @@ class TestOpenSSLSignX509CertificateRevocationList(object): class TestOpenSSLCreateRevokedCertificate(object): - def test_not_yet_implemented(self): - with pytest.raises(NotImplementedError): + def test_invalid_builder(self): + with pytest.raises(TypeError): backend.create_x509_revoked_certificate(object()) -- cgit v1.2.3