We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5bc46 commit e92995aCopy full SHA for e92995a
1 file changed
tests/workflows/clem/test_register_preprocessing_results.py
@@ -330,14 +330,6 @@ def test_run_with_db(
330
return_value=ispyb_db_session,
331
)
332
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
-
341
# Mock the align and merge workflow call
342
mock_align_and_merge_call = mocker.patch(
343
"murfey.workflows.clem.register_preprocessing_results.run_align_and_merge"
0 commit comments