We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b983bb6 commit 630ed6eCopy full SHA for 630ed6e
1 file changed
tests/workflows/spa/test_atlas_workflow.py
@@ -39,6 +39,7 @@ def test_atlas_jpg_from_mrc(
39
# Mock the return result of 'get_machine_config()'
40
mock_machine_config = MagicMock()
41
mock_machine_config.processed_directory_name = processed_dir_name
42
+ mock_machine_config.mkdir_chmod = 0o775
43
mocker.patch(
44
"murfey.workflows.spa.atlas.get_machine_config",
45
return_value={"test": mock_machine_config},
0 commit comments