summaryrefslogtreecommitdiffhomepage
path: root/tests/pkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkey.py')
-rw-r--r--tests/pkey.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pkey.py b/tests/pkey.py
index 58b94239..691fda0f 100644
--- a/tests/pkey.py
+++ b/tests/pkey.py
@@ -202,6 +202,7 @@ class PKey_:
# customize identifiers().
class MyKey(PKey):
name = "it me"
+
assert MyKey.identifiers() == ["it me"]
def rsa_is_all_combos_of_cert_and_sha_type(self):