Skip to content

Commit

Permalink
chore: fix test default with correct home
Browse files Browse the repository at this point in the history
Signed-off-by: dobbi84 <davide.obbi@e4company.com>
  • Loading branch information
dobbi84 committed Oct 18, 2024
1 parent e688c5b commit 29426e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 29426e6

Please sign in to comment.