Add directory errors to mock config

This commit is contained in:
Martchus 2017-09-08 16:51:07 +02:00
parent 1e0f746770
commit 582c800b7c
1 changed files with 18 additions and 0 deletions

View File

@ -69,5 +69,23 @@
}
}
}
},
{
"id": 3,
"type": "FolderErrors",
"time": "2018-06-26T13:39:24.697401384+02:00",
"data": {
"errors": [
{
"error": "open some/file: permission denied",
"path": "some/file"
},
{
"error": "chmod some/other/file: permission denied",
"path": "some/other/file"
}
],
"folder": "zX8xfl3ygn-"
}
}
]