chore: fix test default with correct home

Signed-off-by: dobbi84 <davide.obbi@e4company.com>
This commit is contained in:
dobbi84 2024-10-18 19:38:38 +02:00 committed by gardar
parent b82722cbd6
commit 552115a917

View file

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