We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ecd0b commit b27e198Copy full SHA for b27e198
1 file changed
tests/server/api/test_workflow_fib.py
@@ -115,7 +115,8 @@ async def test_make_gif(
115
116
# Mock the machine config and 'get_machine_config'
117
mock_machine_config = MagicMock()
118
- mock_machine_config.mkdir_chmod = 0o775
+ mock_machine_config.mkdir_chmod = 0o2775
119
+ mock_machine_config.rsync_basepath = rsync_basepath
120
mocker.patch(
121
"murfey.server.api.workflow_fib.get_machine_config",
122
return_value={
0 commit comments