mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
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:
parent
2412f3f051
commit
e8818179f7
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user