aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3c5b67e1..fd579d6f 100644
--- a/tests/test_x509_ext.py
+++ b/tests/test_x509_ext.py
@@ -2283,7 +2283,7 @@ class TestPolicyConstraints(object):
@pytest.mark.requires_backend_interface(interface=RSABackend)
@pytest.mark.requires_backend_interface(interface=X509Backend)
class TestPolicyConstraintsExtension(object):
- def test_SOMETHING(self, backend):
+ def test_inhibit_policy_mapping(self, backend):
cert = _load_cert(
os.path.join(
"x509", "department-of-state-root.pem"