summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-30 15:31:54 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-30 15:31:54 -0400
commit18551e282b81e54019f6e32902374ad6ec7704f6 (patch)
treed28844ec51769d43e66250a002cb54f9aacb42c8 /tests
parent129348282a41412dfe006443ec0b62da14ec98df (diff)
downloadcryptography-18551e282b81e54019f6e32902374ad6ec7704f6.tar.gz
fixed test name (#4433)
* fixed test name * spelling is hard
Diffstat (limited to 'tests')
-rw-r--r--tests/x509/test_x509_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x509/test_x509_ext.py b/tests/x509/test_x509_ext.py
index fc35cf63e..c052f859e 100644
--- a/tests/x509/test_x509_ext.py
+++ b/tests/x509/test_x509_ext.py
@@ -4426,7 +4426,7 @@ class TestInhibitAnyPolicy(object):
@pytest.mark.requires_backend_interface(interface=RSABackend)
@pytest.mark.requires_backend_interface(interface=X509Backend)
class TestInhibitAnyPolicyExtension(object):
- def test_nocheck(self, backend):
+ def test_inhibit_any_policy(self, backend):
cert = _load_cert(
os.path.join(
"x509", "custom", "inhibit_any_policy_5.pem"