diff options
-rw-r--r-- | tests/test_x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py index afcc8835..9b5dda69 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -203,7 +203,7 @@ class TestCertificateRevocationList(object): b"58a472b0" ) - def test_tbs_certificate(self, backend): + def test_tbs_certlist_bytes(self, backend): crl = _load_cert( os.path.join("x509", "PKITS_data", "crls", "GoodCACRL.crl"), x509.load_der_x509_crl, |