aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-01 20:56:27 +0100
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-01 20:56:27 +0100
commit1b7500f5f91a9ad07f5f15caf17264753173f8d8 (patch)
tree31e4a94c9f8dd30e74a904fb9120826c8e7dfe03 /tests
parenta08693f3a71a6537da9cfa7d9dda7781aef2bcdd (diff)
downloadcryptography-1b7500f5f91a9ad07f5f15caf17264753173f8d8.tar.gz
cryptography-1b7500f5f91a9ad07f5f15caf17264753173f8d8.tar.bz2
cryptography-1b7500f5f91a9ad07f5f15caf17264753173f8d8.zip
corrupt -> invalid
Diffstat (limited to 'tests')
-rw-r--r--tests/test_x509_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py
index 2980808f..890709ae 100644
--- a/tests/test_x509_ext.py
+++ b/tests/test_x509_ext.py
@@ -2857,7 +2857,7 @@ class TestInhibitAnyPolicyExtension(object):
@pytest.mark.requires_backend_interface(interface=RSABackend)
@pytest.mark.requires_backend_interface(interface=X509Backend)
-class TestCorruptExtension(object):
+class TestInvalidExtension(object):
def test_invalid_certificate_policies_data(self, backend):
cert = _load_cert(
os.path.join(