From 98fd78d3826b0e4c3da7c078f20328ee2607d00d Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 12 Aug 2017 20:56:02 +0100 Subject: [PATCH] fix more tests --- tests/functional/openlp_core_api/test_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_api/test_tab.py b/tests/functional/openlp_core_api/test_tab.py index 84240ac13..8942988d9 100644 --- a/tests/functional/openlp_core_api/test_tab.py +++ b/tests/functional/openlp_core_api/test_tab.py @@ -63,7 +63,7 @@ class TestApiTab(TestCase, TestMixin): Settings().extend_default_settings(__default_settings__) self.parent = QtWidgets.QMainWindow() self.form = ApiTab(self.parent) - Registry().set_flag('no_web_server', False) + Registry().set_flag('website_version', '00-00-0000') def tearDown(self): """