missed test name

This commit is contained in:
Tim Bentley 2017-12-02 10:52:13 +00:00
parent 0a695ea7e6
commit 70d2d73171
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""