Use 1544 port for tor in tests

This commit is contained in:
shortcutme 2019-04-15 22:19:38 +02:00
parent b168772d7f
commit a822238735
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ def ui_websocket(site, user):
@pytest.fixture(scope="session")
def tor_manager():
try:
tor_manager = TorManager()
tor_manager = TorManager(fileserver_port=1544)
tor_manager.start()
assert tor_manager.conn is not None
tor_manager.startOnions()