mirror of
https://github.com/pi-hole/pi-hole
synced 2025-07-21 14:38:09 +00:00
Test need adjustment to long arument syntax
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
d177c4c776
commit
fd40fa6f39
@ -70,7 +70,7 @@ def test_installPihole_fresh_install_readableFiles(host):
|
|||||||
mock_command_2(
|
mock_command_2(
|
||||||
"ps",
|
"ps",
|
||||||
{
|
{
|
||||||
"-p 1": ("systemd", "0"),
|
"--pid 1": ("systemd", "0"),
|
||||||
},
|
},
|
||||||
host,
|
host,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user