We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630ed6e commit 599aff2Copy full SHA for 599aff2
1 file changed
tests/server/api/test_workflow.py
@@ -487,6 +487,7 @@ async def test_make_gif(
487
# Mock the machine config and 'get_machine_config'
488
mock_machine_config = MagicMock()
489
mock_machine_config.rsync_basepath = rsync_basepath
490
+ mock_machine_config.mkdir_chmod = 0o775
491
mocker.patch(
492
"murfey.server.api.workflow.get_machine_config",
493
return_value={
0 commit comments