mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-20 23:46:35 -04:00
ahhhhhhh test bs isnt starting correcctly
This commit is contained in:
parent
efe4a0ddb5
commit
ec086f23f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user