commit | e3c10077a395399d743faaffed42ca9fc33a5087 | [log] [tgz] |
---|---|---|
author | Phoebe Queen <foibey@gmail.com> | Wed Aug 12 11:24:09 2015 +0100 |
committer | Phoebe Queen <foibey@gmail.com> | Wed Aug 12 11:24:09 2015 +0100 |
tree | aeef91139243515ae8d614062c81479df9174155 | |
parent | c93752b2f97b54ee3ea5f9b3c89151d06ef3a919 [diff] |
undid erroneous assertion
diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py index 14df9a2..75fb914 100644 --- a/tests/test_x509_ext.py +++ b/tests/test_x509_ext.py
@@ -843,7 +843,6 @@ exts = cert.extensions with pytest.raises(x509.ExtensionNotFound) as exc: ext = exts.get_extension_for_class(x509.BasicConstraints) - assert ext is None assert exc.value.oid == ExtensionOID.BASIC_CONSTRAINTS def test_one_extension_get_for_class(self, backend):