Skip to content

Commit

Permalink
Fix zocalo device instantiation in system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Feb 4, 2025
1 parent b49e654 commit c97bcdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ async def zocalo_for_fake_zocalo():

@pytest.fixture
def zocalo_for_system_test() -> Generator[ZocaloResults, None, None]:
zocalo = i03.zocalo(fake_with_ophyd_sim=True)
zocalo = i03.zocalo(connect_immediately=True, mock=True)
old_zocalo_trigger = zocalo.trigger
zocalo.my_zocalo_result = TEST_RESULT_MEDIUM

Expand Down

0 comments on commit c97bcdf

Please sign in to comment.