From ec086f23f92d2a67c37b1949f7b4b733b7e6a8a1 Mon Sep 17 00:00:00 2001 From: Benjamin Karlsson Date: Thu, 19 Dec 2024 13:37:12 +0100 Subject: [PATCH] ahhhhhhh test bs isnt starting correcctly --- cli/tests/test_cli_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tests/test_cli_common.py b/cli/tests/test_cli_common.py index a86e86db..3da32cce 100644 --- a/cli/tests/test_cli_common.py +++ b/cli/tests/test_cli_common.py @@ -308,6 +308,7 @@ class TestTorConnectionOnline: assert response.status_code == 200 and "Congratulations" in response.text, "Tor network connection is not correctly set up." except requests.RequestException as e: pytest.fail(f"Error connecting to Tor: {e}") + self.onion.cleanup() def test_check_tor_control_port(self): # Implement the test for the Tor control port here