wip #1

Open
wakonig_k wants to merge 23 commits from ci/gitea_actions into main
2 changed files with 49 additions and 1 deletions
Showing only changes of commit cea3f32322 - Show all commits

View File

@ -16,7 +16,7 @@ def mock_trigger():
name = "phoenix_trigger"
prefix = "X07MB-OP2:"
dm = DMMock()
with mock.patch.object(dm, "connector"):
with mock.patch.object(dm, "connecto"):
with (
mock.patch(
"ophyd_devices.interfaces.base_classes.bec_device_base.FileWriter"