Skip to content

Commit

Permalink
fix: adopt protecthome test to latest molecule scenario
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Mar 8, 2024
1 parent 3c4733b commit 0e6ed3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0e6ed3d

Please sign in to comment.