fix: adopt protecthome test to latest molecule scenario

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2024-03-08 20:40:30 +00:00
parent 3c4733bb09
commit 0e6ed3d187
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

@ -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):