Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-09-30 10:26:50 +0300
committerChristian König <ckoenig@posteo.de>2022-09-30 10:26:50 +0300
commita28bce52c48127edd54eeaa19df6d6ba3b10e939 (patch)
treed3fb38a70cb8fdb0a21f89a2b8458d98e344c12b
parent6c8f5aa4a2a765393b4c56058ede274003df0eb9 (diff)
Don't mock systemctltest_fedora
Signed-off-by: Christian König <ckoenig@posteo.de>
-rw-r--r--test/test_any_automated_install.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_any_automated_install.py b/test/test_any_automated_install.py
index 0fd80f7e..e5521229 100644
--- a/test/test_any_automated_install.py
+++ b/test/test_any_automated_install.py
@@ -176,9 +176,7 @@ def test_installPihole_fresh_install_readableFiles(host):
"restart lighttpd": ("", "0"),
"start lighttpd": ("", "0"),
"enable pihole-FTL": ("", "0"),
- "restart pihole-FTL": ("", "0"),
"start pihole-FTL": ("", "0"),
- "*": ('echo "systemctl call with $@"', "0"),
},
host,
)