syncthingtray/connector/testfiles/mocks/folderstatus-03.json
Martchus dcbc19cf8c Adapt mocking to latest changes
* Cover all required requests so the connection can be
  established without errors
* Add more events to test error handling
* Fix definition of LIB_SYNCTHING_CONNECTOR_CONNECTION_MOCKED
  after syncthingconnection.cpp split
2018-11-03 20:44:11 +01:00

16 lines
303 B
JSON

{
"globalBytes": 1,
"globalDeleted": 2,
"globalFiles": 3,
"globalFolders": 4,
"localBytes": 1,
"localDeleted": 2,
"localFiles": 3,
"localFolders": 4,
"ignorePatterns": true,
"invalid": "",
"state": "idle",
"stateChanged": "2018-03-16T21:47:28.750853241+01:00",
"version": 21
}