fix: adapt test mocks
CI for phoenix_bec / test (pull_request) Failing after 35s
CI for phoenix_bec / test (push) Failing after 33s

This commit is contained in:
2026-07-28 10:27:22 +02:00
parent 130fabc727
commit 8395c69573
+2 -2
View File
@@ -19,10 +19,10 @@ def mock_trigger():
with mock.patch.object(dm, "connector"):
with (
mock.patch(
"ophyd_devices.interfaces.base_classes.bec_device_base.FileWriter"
"phoenix_bec.devices.unsupported_legacy.psi_detector_base.FileWriter"
) as filemixin,
mock.patch(
"ophyd_devices.interfaces.base_classes.psi_detector_base.PSIDetectorBase._update_service_config"
"phoenix_bec.devices.unsupported_legacy.psi_detector_base.PSIDetectorBase._update_service_config"
) as mock_service_config,
):
with mock.patch.object(ophyd, "cl") as mock_cl: