From edd1bf3487e5a3e4e68db5187f33e888216ed0c9 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 12 Aug 2017 20:39:08 +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 2475257f9..17b3194e8 100644 --- a/tests/functional/openlp_core_api/test_tab.py +++ b/tests/functional/openlp_core_api/test_tab.py @@ -41,7 +41,8 @@ __default_settings__ = { 'api/password': 'password', 'api/authentication enabled': False, 'api/ip address': '0.0.0.0', - 'api/thumbnails': True + 'api/thumbnails': True, + 'remotes/download version': '0000_00_00' } ZERO_URL = '0.0.0.0' TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'resources'))