diff options
-rw-r--r-- | tests/pkey.py | 1 |
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): |