Skip to content

Commit 630ed6e

Browse files
committed
Fixed broken test
1 parent b983bb6 commit 630ed6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/workflows/spa/test_atlas_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_atlas_jpg_from_mrc(
3939
# Mock the return result of 'get_machine_config()'
4040
mock_machine_config = MagicMock()
4141
mock_machine_config.processed_directory_name = processed_dir_name
42+
mock_machine_config.mkdir_chmod = 0o775
4243
mocker.patch(
4344
"murfey.workflows.spa.atlas.get_machine_config",
4445
return_value={"test": mock_machine_config},

0 commit comments

Comments
 (0)