Skip to content

Commit

Permalink
Fix i10 beamline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Oct 25, 2024
1 parent e5e7524 commit 819f11b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
("DAQ_CONFIGURATION_PATH", MOCK_DAQ_CONFIG_PATH),
("ZOOM_PARAMS_FILE", "tests/devices/unit_tests/test_jCameraManZoomLevels.xml"),
("DISPLAY_CONFIG", "tests/devices/unit_tests/test_display.configuration"),
("LOOK_UPTABLE_DIR", "tests/devices/i10/lookupTables"),
]
mock_attributes_table = {
"i03": mock_paths,
"i10": mock_paths,
"s03": mock_paths,
"i04": mock_paths,
"s04": mock_paths,
Expand Down

0 comments on commit 819f11b

Please sign in to comment.