()
| 108 | |
| 109 | |
| 110 | def get_synced_params(): |
| 111 | p = get_connected_params() |
| 112 | with mock.patch('keepercommander.api.communicate_rest') as mock_comm: |
| 113 | mock_comm.side_effect = get_sync_down_responses |
| 114 | api.sync_down(p) |
| 115 | return p |
| 116 | |
| 117 | |
| 118 | _REVISION = 100 |