1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-07-19 13:38:06 +00: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
No known key found for this signature in database

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,
)