diff --git a/roles/process_exporter/molecule/latest/tests/test_latest.py b/roles/process_exporter/molecule/latest/tests/test_latest.py index 66733656..63e5d156 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):