Skip to content

Commit b4d52f9

Browse files
author
Hans Hörberg
committed
Fix for EncryptedAssertion
1 parent a0a2e95 commit b4d52f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_80_p11_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __init__(self, pub_key = PUB_KEY):
5757
self.cert_file = pub_key
5858
self.key_file = "pkcs11://%s:0/test?pin=secret1" % P11_MODULE
5959
self.debug = False
60+
self.cert_handler_extra_class = None
6061

6162

6263
class TestPKCS11():

0 commit comments

Comments
 (0)