Update tests/test_utils_elog.py
Run CI Tests / test (push) Successful in 1m7s

This commit is contained in:
2025-08-06 15:55:51 +02:00
parent fc0791c72f
commit fddd8c834c
+1 -1
View File
@@ -2,6 +2,6 @@ import os
import shutil
os.environ["PATH"] = os.path.expanduser("~/.local/bin") + ":" + os.environ["PATH"]
def test_elogd_is_available():
assert shutil.which("elogd") is not None, "elogd is not installed or not in PATH"