From cf2c8a1ffd3a0d91cc89ff9c4ffd5312f7ff79dd Mon Sep 17 00:00:00 2001 From: Jordan Blasenhauer Date: Sat, 23 Mar 2024 20:34:48 +0100 Subject: [PATCH] Revert "add missing bool to rerun for stop action" This reverts commit 1537b73b51221fddc9e1444d84555be6c26c9da9. --- tests/ui/instances_page.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ui/instances_page.py b/tests/ui/instances_page.py index abfa4872f..3672dbd58 100644 --- a/tests/ui/instances_page.py +++ b/tests/ui/instances_page.py @@ -40,7 +40,6 @@ try: log_info("Trying to stop instance ...") - no_errors = True action = "stop" while no_errors: log_info(f"Trying to {action} BunkerWeb instance ...")