diff --git a/tests/functional/openlp_core/api/endpoint/test_controller.py b/tests/functional/openlp_core/api/endpoint/test_controller.py index 7e2b47c0e..67440b20d 100644 --- a/tests/functional/openlp_core/api/endpoint/test_controller.py +++ b/tests/functional/openlp_core/api/endpoint/test_controller.py @@ -62,7 +62,7 @@ class TestController(TestCase): # WHEN: I trigger the method controller_direction(None, "live", "next") # THEN: The correct method is called - self.mocked_live_controller.slidecontroller_live_next.emit.assert_called_once() + self.mocked_live_controller.slidecontroller_live_next.emit.assert_called_once_with() def test_controller_direction_previous(self): """