ahhhhhhh test bs isnt starting correcctly

This commit is contained in:
Benjamin Karlsson 2024-12-19 13:37:12 +01:00
parent efe4a0ddb5
commit ec086f23f9

View File

@ -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