Skip to content

Commit 60a3bdd

Browse files
committed
Fix system tests
1 parent 9ca88ac commit 60a3bdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/system_tests/hyperion/external_interaction/callbacks/test_external_callbacks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from mx_bluesky.hyperion.experiment_plans.rotation_scan_plan import (
3535
rotation_scan,
3636
)
37-
from mx_bluesky.hyperion.parameters.constants import CONST
37+
from mx_bluesky.hyperion.parameters.constants import CONST, HyperionConstants
3838
from mx_bluesky.hyperion.parameters.device_composites import (
3939
HyperionFlyScanXRayCentreComposite,
4040
)
@@ -86,6 +86,8 @@ def external_callbacks():
8686
"python",
8787
"src/mx_bluesky/hyperion/external_interaction/callbacks/__main__.py",
8888
"--dev",
89+
"--watchdog-port",
90+
str(HyperionConstants.HYPERION_PORT),
8991
],
9092
env=process_env,
9193
)

0 commit comments

Comments
 (0)