From 1572fea2ac719483ada456dde0b2e74c4de9dd5f Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 28 Sep 2025 19:25:18 +0200 Subject: [PATCH] Rename test Signed-off-by: yubiuser --- test/tests/test_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/test_general.py b/test/tests/test_general.py index 89996e7..c08c3ae 100644 --- a/test/tests/test_general.py +++ b/test/tests/test_general.py @@ -51,7 +51,7 @@ def test_pihole_ftl_architecture(docker): # Wait for FTL to start up, then stop the container gracefully # Finally, check the container logs to see if FTL was shut down cleanly -def test_pihole_ftl_clean_shutdown(docker): +def test_pihole_ftl_starts_and_shuts_down_cleanly(docker): import subprocess import time