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 5d0f364 commit 2828f03Copy full SHA for 2828f03
tests/test_slots_and_tokens.py
@@ -91,8 +91,8 @@ def test_init_token(self):
91
updated_tokens = lib.get_tokens()
92
93
for token in updated_tokens:
94
- if pkcs11.TokenFlag.USER_PIN_INITIALIZED not in token.flags and
95
- pkcs11.TokenFlag.TOKEN_INITIALIZED in token.flags:
+ if pkcs11.TokenFlag.USER_PIN_INITIALIZED not in token.flags and\
+ pkcs11.TokenFlag.TOKEN_INITIALIZED in token.flags:
96
self.assertEqual(token.label, temp_token_label)
97
98
'''
0 commit comments