diff --git a/src/artemis/system_tests/test_main_system.py b/src/artemis/system_tests/test_main_system.py index 2f87aab0a..021187f92 100644 --- a/src/artemis/system_tests/test_main_system.py +++ b/src/artemis/system_tests/test_main_system.py @@ -300,7 +300,7 @@ def test_cli_args_parse(): assert test_args == ("DEBUG", True, True, True) -@patch("dodal.beamlines.i03.flux") +@patch("dodal.beamlines.i03.Flux") @patch("dodal.beamlines.i03.DetectorMotion") @patch("dodal.beamlines.i03.OAV") @patch("dodal.beamlines.i03.ApertureScatterguard")