Skip to content

Commit

Permalink
Merge pull request #24630 from nextcloud/enh/noid/unknown_named_param…
Browse files Browse the repository at this point in the history
…eter

Error: Unknown named parameter $remote_id
  • Loading branch information
rullzer committed Dec 10, 2020
2 parents ccd5ca5 + 9e4d49d commit 27fdc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/tests/External/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function testAddShare() {
'shareType' => IShare::TYPE_USER,
'accepted' => false,
'user' => $this->uid,
'remote_id' => '2342'
'remoteId' => '2342'
];
$shareData2 = $shareData1;
$shareData2['token'] = 'token2';
Expand Down

0 comments on commit 27fdc65

Please sign in to comment.