mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-12 09:29:31 -04:00
ahhhhhhh test bs isnt starting correcctly
This commit is contained in:
parent
efe4a0ddb5
commit
ec086f23f9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue