Skip to content

Commit

Permalink
Validate of library reinitialization is required
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwolfe committed Feb 7, 2021
1 parent beb0260 commit 69ae329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_slots_and_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69ae329

Please sign in to comment.