Skip to content

Commit e92995a

Browse files
committed
Fixed broken test
1 parent 9d5bc46 commit e92995a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/workflows/clem/test_register_preprocessing_results.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,14 +330,6 @@ def test_run_with_db(
330330
return_value=ispyb_db_session,
331331
)
332332

333-
# Mock out the machine config used in the helper sanitisation function
334-
mock_get_machine_config = mocker.patch("murfey.workflows.clem.get_machine_config")
335-
mock_machine_config = MagicMock()
336-
mock_machine_config.rsync_basepath = rsync_basepath
337-
mock_get_machine_config.return_value = {
338-
ExampleVisit.instrument_name: mock_machine_config,
339-
}
340-
341333
# Mock the align and merge workflow call
342334
mock_align_and_merge_call = mocker.patch(
343335
"murfey.workflows.clem.register_preprocessing_results.run_align_and_merge"

0 commit comments

Comments
 (0)