diff --git a/tests/functional/openlp_core_api/test_apicontroller.py b/tests/functional/openlp_core_api/test_apicontroller.py index f8a251d38..36c0d6ee9 100644 --- a/tests/functional/openlp_core_api/test_apicontroller.py +++ b/tests/functional/openlp_core_api/test_apicontroller.py @@ -36,7 +36,7 @@ class TestApiController(TestCase): A test suite to test out the Error in the API code """ @patch('openlp.core.api.apicontroller.Poll') - @patch('openlp.core.api.apicontroller.WsServer') + @patch('openlp.core.api.apicontroller.WebSocketServer') @patch('openlp.core.api.apicontroller.HttpServer') def test_bootstrap(self, mock_http, mock_ws, mock_poll): """