Remove token deletion check in keyfromlabel test

This removes a leftover check which should've been removed in a prior
change (see #5244). The softhsm2 failures when attempting to delete the
token should be ignored.
This commit is contained in:
Nicki Křížek 2025-07-03 13:26:14 +02:00
parent 87ab198b73
commit 6755d741e4

View file

@ -86,7 +86,6 @@ def token_init_and_cleanup():
raise_on_exception=False,
).stdout.decode("utf-8")
assert re.search("Found token (.*) with matching token label", output)
assert re.search("The token (.*) has been deleted", output)
# pylint: disable-msg=too-many-locals