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

Commit

Permalink
#1068 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dperl-dls committed Mar 5, 2024
1 parent ff5073f commit 84d15fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/device_setup_plans/test_setup_oav.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_when_set_up_oav_with_different_zoom_levels_then_flat_field_applied_corr
RE = RunEngine()
RE(pre_centring_setup_oav(oav, mock_parameters, ophyd_pin_tip_detection))
assert oav.mxsc.input_plugin.get() == expected_plugin
assert oav.snapshot.input_plugin.get() == "OAV.MXSC"
assert oav.snapshot.input_plugin.get() == expected_plugin


@pytest.mark.parametrize(
Expand Down

0 comments on commit 84d15fb

Please sign in to comment.