summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-12-10 16:02:19 +0100
committerGitHub <noreply@github.com>2020-12-10 16:02:19 +0100
commit27fdc6575d71a039db75164842263a1ed864ca47 (patch)
tree1b571dc6a0bf3b69d368f2dd92f56391fa62c902 /apps/files_sharing
parentccd5ca54762db358dece2c8e917310ad680063d3 (diff)
parent9e4d49d157e149c511828cbe168ec025bc3492cc (diff)
downloadnextcloud-server-27fdc6575d71a039db75164842263a1ed864ca47.tar.gz
nextcloud-server-27fdc6575d71a039db75164842263a1ed864ca47.zip
Merge pull request #24630 from nextcloud/enh/noid/unknown_named_parameter
Error: Unknown named parameter $remote_id
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/tests/External/ManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php
index 2734e3cce64..64d8c68e39b 100644
--- a/apps/files_sharing/tests/External/ManagerTest.php
+++ b/apps/files_sharing/tests/External/ManagerTest.php
@@ -149,7 +149,7 @@ class ManagerTest extends TestCase {
'shareType' => IShare::TYPE_USER,
'accepted' => false,
'user' => $this->uid,
- 'remote_id' => '2342'
+ 'remoteId' => '2342'
];
$shareData2 = $shareData1;
$shareData2['token'] = 'token2';