Skip to content

Commit 599aff2

Browse files
committed
Fixed broken test
1 parent 630ed6e commit 599aff2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/server/api/test_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ async def test_make_gif(
487487
# Mock the machine config and 'get_machine_config'
488488
mock_machine_config = MagicMock()
489489
mock_machine_config.rsync_basepath = rsync_basepath
490+
mock_machine_config.mkdir_chmod = 0o775
490491
mocker.patch(
491492
"murfey.server.api.workflow.get_machine_config",
492493
return_value={

0 commit comments

Comments
 (0)