mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #21682 from owncloud/fix_synservicetest_mock
Fix mock call to download
This commit is contained in:
commit
6e7aefe6da
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue