diff --git a/tests/functional/openlp_core/ui/test_mainwindow.py b/tests/functional/openlp_core/ui/test_mainwindow.py index 78f1757da..817e2272e 100644 --- a/tests/functional/openlp_core/ui/test_mainwindow.py +++ b/tests/functional/openlp_core/ui/test_mainwindow.py @@ -107,7 +107,7 @@ class TestMainWindow(TestCase, TestMixin): Test that passing a non service file does nothing. """ # GIVEN a non service file as an argument to openlp - service = 'setup.py' + service = 'run_openlp.py' # WHEN the argument is processed self.main_window.open_cmd_line_files(service)