mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
fix: adopt protecthome test to latest molecule scenario
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
3c4733bb09
commit
0e6ed3d187
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue