tests: fix logging message

This commit is contained in:
Willi Ballenthin
2025-12-18 13:59:50 +01:00
parent 8bf0d5be69
commit 979c67b116

View File

@@ -43,7 +43,7 @@ def test_idalib_features(sample, scope, feature, expected):
import idapro
idapro.close_database(save=False)
logger.debug("opened database.")
logger.debug("closed database.")
@pytest.mark.skipif(idalib_present is False, reason="Skip idalib tests if the idalib Python API is not installed")