This commit is contained in:
Tim Bentley 2016-06-14 21:59:32 +01:00
parent f8ca67b67e
commit 6b83cfce5f

View File

@ -36,7 +36,7 @@ class TestApiController(TestCase):
A test suite to test out the Error in the API code A test suite to test out the Error in the API code
""" """
@patch('openlp.core.api.apicontroller.Poll') @patch('openlp.core.api.apicontroller.Poll')
@patch('openlp.core.api.apicontroller.WsServer') @patch('openlp.core.api.apicontroller.WebSocketServer')
@patch('openlp.core.api.apicontroller.HttpServer') @patch('openlp.core.api.apicontroller.HttpServer')
def test_bootstrap(self, mock_http, mock_ws, mock_poll): def test_bootstrap(self, mock_http, mock_ws, mock_poll):
""" """