From 78a2b261329da8121288a55e688527758b2bcc8a Mon Sep 17 00:00:00 2001 From: Veiko Aasa Date: Tue, 26 Apr 2022 13:36:58 +0300 Subject: [PATCH] samba: Fix functional tests when user is not logged in at start Signed-off-by: Veiko Aasa Reviewed-by: Sunil Mohan Adapa --- plinth/modules/samba/tests/test_functional.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plinth/modules/samba/tests/test_functional.py b/plinth/modules/samba/tests/test_functional.py index e80fb70eb..c5c7ddc92 100644 --- a/plinth/modules/samba/tests/test_functional.py +++ b/plinth/modules/samba/tests/test_functional.py @@ -23,6 +23,7 @@ class TestSambaApp(functional.BaseAppTests): @pytest.fixture(scope='class', autouse=True) def fixture_setup(self, session_browser): """Setup the app.""" + functional.login(session_browser) functional.networks_set_firewall_zone(session_browser, 'internal') @pytest.mark.backups