From 0e6ed3d18785a1cc98a903654b4948837ee977b6 Mon Sep 17 00:00:00 2001 From: gardar Date: Fri, 8 Mar 2024 20:40:30 +0000 Subject: [PATCH] fix: adopt protecthome test to latest molecule scenario Signed-off-by: gardar --- roles/process_exporter/molecule/latest/tests/test_latest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/process_exporter/molecule/latest/tests/test_latest.py b/roles/process_exporter/molecule/latest/tests/test_latest.py index 66733656e..63e5d1563 100644 --- a/roles/process_exporter/molecule/latest/tests/test_latest.py +++ b/roles/process_exporter/molecule/latest/tests/test_latest.py @@ -35,7 +35,7 @@ def test_service(host): def test_protecthome_property(host): s = host.service("process_exporter") p = s.systemd_properties - assert p.get("ProtectHome") == "read-only" + assert p.get("ProtectHome") == "yes" def test_socket(host):