fixup! fixup! tests-extra: add keystore.has_key() methods

This commit is contained in:
David Vašek 2026-02-03 14:43:35 +01:00
parent f3247198c9
commit c64fb014c2

View file

@ -82,7 +82,7 @@ class KeystoreSoftHSM(Keystore):
config = (
f"directories.tokendir = {self.dir}/tokens/\n"
"objectstore.backend = file\n"
"log.level = DEBUG\n"
"log.level = INFO\n"
)
conf_file.write(config)