We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e247ef commit 9484d51Copy full SHA for 9484d51
1 file changed
tests/system_tests/hyperion/supervisor/dummy_devices.py
@@ -1,4 +1,5 @@
1
from dodal.common.beamlines.beamline_parameters import BEAMLINE_PARAMETER_PATHS
2
3
BEAMLINE_PARAMETER_PATHS["i03"] = "tests/test_data/test_beamline_parameters.txt"
4
+BEAMLINE_PARAMETER_PATHS["test"] = "tests/test_data/test_beamline_parameters.txt"
5
from dodal.beamlines.i03 import * # type: ignore # noqa: E402, F403
0 commit comments