diff --git a/tests/test_slots_and_tokens.py b/tests/test_slots_and_tokens.py index 3bf74bf..c02a9b1 100644 --- a/tests/test_slots_and_tokens.py +++ b/tests/test_slots_and_tokens.py @@ -87,7 +87,6 @@ def test_init_token(self): else: raise AssertionError("No Uninitialized token found") - lib.reinitialize() token, *_ = lib.get_tokens(token_label=temp_token_label) self.assertIn(pkcs11.TokenFlag.TOKEN_INITIALIZED, token.flags)