From 70d2d73171842a1227687954b1372c0043a09e62 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 2 Dec 2017 10:52:13 +0000 Subject: [PATCH] missed test name --- tests/functional/openlp_core/api/http/test_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_core/api/http/test_http.py b/tests/functional/openlp_core/api/http/test_http.py index b3a3f6625..ed584c1b9 100644 --- a/tests/functional/openlp_core/api/http/test_http.py +++ b/tests/functional/openlp_core/api/http/test_http.py @@ -58,7 +58,7 @@ class TestHttpServer(TestCase): @patch('openlp.core.api.http.server.HttpWorker') @patch('openlp.core.api.http.server.QtCore.QThread') - def test_server_start(self, mock_qthread, mock_thread): + def test_server_start_not_required(self, mock_qthread, mock_thread): """ Test the starting of the Waitress Server with the disable flag set off """