tor: tests: Make functional test check for running service

Tor app does have a running daemon.

Tests:

- Functional tests pass.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2023-07-22 15:50:30 -07:00 committed by James Valleroy
parent 2412f3f051
commit e8818179f7
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -18,7 +18,7 @@ pytestmark = [pytest.mark.apps, pytest.mark.domain, pytest.mark.tor]
class TestTorApp(functional.BaseAppTests):
app_name = 'tor'
has_service = False
has_service = True
has_web = False
def test_set_tor_relay_configuration(self, session_browser):