1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-15 13:21:15 +08:00

Test need adjustment to long arument syntax

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König
2025-05-30 20:52:37 +02:00
parent d177c4c776
commit fd40fa6f39

View File

@ -70,7 +70,7 @@ def test_installPihole_fresh_install_readableFiles(host):
mock_command_2(
"ps",
{
"-p 1": ("systemd", "0"),
"--pid 1": ("systemd", "0"),
},
host,
)