Skip to content

Commit

Permalink
Fix unit tests for beamstop
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Jan 10, 2025
1 parent 90ed0ea commit b1b8a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def beamstop_i03(
with patch(
"dodal.beamlines.i03.get_beamline_parameters", return_value=beamline_parameters
):
beamstop = i03.beamstop(fake_with_ophyd_sim=True)
beamstop = i03.beamstop(connect_immediately=True, mock=True)
patch_motor(beamstop.x_mm)
patch_motor(beamstop.y_mm)
patch_motor(beamstop.z_mm)
Expand Down

0 comments on commit b1b8a49

Please sign in to comment.