We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb0260 commit 69ae329Copy full SHA for 69ae329
tests/test_slots_and_tokens.py
@@ -87,7 +87,6 @@ def test_init_token(self):
87
else:
88
raise AssertionError("No Uninitialized token found")
89
90
- lib.reinitialize()
91
token, *_ = lib.get_tokens(token_label=temp_token_label)
92
93
self.assertIn(pkcs11.TokenFlag.TOKEN_INITIALIZED, token.flags)
0 commit comments