From 569aa6a847cf6f533d41240d574c8f56512d2324 Mon Sep 17 00:00:00 2001 From: Erik Trauschke Date: Thu, 19 Nov 2015 11:09:42 -0800 Subject: test name fix --- tests/test_x509.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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, -- cgit v1.2.3