diff options
author | Erik Trauschke <erik.trauschke@gmail.com> | 2015-11-19 11:09:42 -0800 |
---|---|---|
committer | Erik Trauschke <erik.trauschke@gmail.com> | 2015-11-19 11:09:42 -0800 |
commit | 569aa6a847cf6f533d41240d574c8f56512d2324 (patch) | |
tree | 5fe5150bfc4313b610a416491f259fd3aca80d7c /tests | |
parent | 6abe2bb4eefb224867683152bb204176b68399c9 (diff) | |
download | cryptography-569aa6a847cf6f533d41240d574c8f56512d2324.tar.gz cryptography-569aa6a847cf6f533d41240d574c8f56512d2324.tar.bz2 cryptography-569aa6a847cf6f533d41240d574c8f56512d2324.zip |
test name fix
Diffstat (limited to 'tests')
-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, |