mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
chore: fix test default with correct home
Signed-off-by: dobbi84 <davide.obbi@e4company.com>
This commit is contained in:
parent
b82722cbd6
commit
552115a917
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def test_user(host):
|
|||
assert host.group("influxdb-exp").exists
|
||||
assert "influxdb-exp" in host.user("influxdb-exp").groups
|
||||
assert host.user("influxdb-exp").shell == "/usr/sbin/nologin"
|
||||
assert host.user("influxdb-exp").home == "/"
|
||||
assert host.user("influxdb-exp").home == "/etc/influxdb_exporter"
|
||||
|
||||
|
||||
def test_service(host):
|
||||
|
|
Loading…
Reference in a new issue