Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix system test
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Jul 12, 2023
1 parent f7c3205 commit 52ed1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artemis/system_tests/test_main_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 52ed1b4

Please sign in to comment.