Merge pull request #21682 from owncloud/fix_synservicetest_mock

Fix mock call to download
This commit is contained in:
Thomas Müller 2016-01-13 13:23:52 +01:00
commit 6e7aefe6da
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class SyncService {
* @param string $resourcePath
* @return array
*/
private function download($url, $sharedSecret, $resourcePath) {
protected function download($url, $sharedSecret, $resourcePath) {
$settings = [
'baseUri' => $url,
'userName' => 'system',