Skip to content

Commit 9484d51

Browse files
authored
Add test beamline params path in dummy devices (#1678)
* Set environment in system tests * Fix * Add test beamline params path in dummy devices
1 parent 6e247ef commit 9484d51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from dodal.common.beamlines.beamline_parameters import BEAMLINE_PARAMETER_PATHS
22

33
BEAMLINE_PARAMETER_PATHS["i03"] = "tests/test_data/test_beamline_parameters.txt"
4+
BEAMLINE_PARAMETER_PATHS["test"] = "tests/test_data/test_beamline_parameters.txt"
45
from dodal.beamlines.i03 import * # type: ignore # noqa: E402, F403

0 commit comments

Comments
 (0)