From 1f09c1c8603ae273b1829cca2ed21cafc6c5847a Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 12 Aug 2017 21:03:17 +0100 Subject: [PATCH] fix more tests --- tests/functional/openlp_core_api/test_tab.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/functional/openlp_core_api/test_tab.py b/tests/functional/openlp_core_api/test_tab.py index 8942988d9..23d999236 100644 --- a/tests/functional/openlp_core_api/test_tab.py +++ b/tests/functional/openlp_core_api/test_tab.py @@ -62,8 +62,9 @@ class TestApiTab(TestCase, TestMixin): self.build_settings() Settings().extend_default_settings(__default_settings__) self.parent = QtWidgets.QMainWindow() - self.form = ApiTab(self.parent) + Registry().create() Registry().set_flag('website_version', '00-00-0000') + self.form = ApiTab(self.parent) def tearDown(self): """