Skip to content

Commit 69ae329

Browse files
committed
Validate of library reinitialization is required
1 parent beb0260 commit 69ae329

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_slots_and_tokens.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def test_init_token(self):
8787
else:
8888
raise AssertionError("No Uninitialized token found")
8989

90-
lib.reinitialize()
9190
token, *_ = lib.get_tokens(token_label=temp_token_label)
9291

9392
self.assertIn(pkcs11.TokenFlag.TOKEN_INITIALIZED, token.flags)

0 commit comments

Comments
 (0)