From 359a209341d9b27d1b7f77214231007e090ef124 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Mon, 25 Aug 2014 21:31:35 +0100 Subject: [PATCH] Fixed copy/paste error. --- tests/functional/openlp_plugins/remotes/test_remotetab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/remotes/test_remotetab.py b/tests/functional/openlp_plugins/remotes/test_remotetab.py index c5887ba5a..61714e9c5 100644 --- a/tests/functional/openlp_plugins/remotes/test_remotetab.py +++ b/tests/functional/openlp_plugins/remotes/test_remotetab.py @@ -49,7 +49,7 @@ __default_settings__ = { 'remotes/password': 'password', 'remotes/authentication enabled': False, 'remotes/ip address': '0.0.0.0', - 'remotes/ip address': True + 'remotes/thumbnails': True } ZERO_URL = '0.0.0.0' TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'resources'))