]> git.feebdaed.xyz Git - 0xmirror/pi-hole.git/commitdiff
Test need adjustment to long arument syntax
authorChristian König <github@yubiuser.dev>
Fri, 30 May 2025 18:52:37 +0000 (20:52 +0200)
committerChristian König <github@yubiuser.dev>
Fri, 30 May 2025 18:52:37 +0000 (20:52 +0200)
Signed-off-by: Christian König <github@yubiuser.dev>
test/test_any_automated_install.py

index f10d25762dc8c7b5211c0a0bb861a2e574f4aa26..64d8c28a6071d9d74164ba2b3c2ce3b5e3e9f6b4 100644 (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,
     )