Skip to content

Commit b27e198

Browse files
committed
Fixed broken test
1 parent 94ecd0b commit b27e198

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/server/api/test_workflow_fib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ async def test_make_gif(
115115

116116
# Mock the machine config and 'get_machine_config'
117117
mock_machine_config = MagicMock()
118-
mock_machine_config.mkdir_chmod = 0o775
118+
mock_machine_config.mkdir_chmod = 0o2775
119+
mock_machine_config.rsync_basepath = rsync_basepath
119120
mocker.patch(
120121
"murfey.server.api.workflow_fib.get_machine_config",
121122
return_value={

0 commit comments

Comments
 (0)