aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-18 14:28:27 +0200
committerJoas Schilling <coding@schilljs.com>2017-05-18 14:45:26 +0200
commitfad02fe00c88010739ad769c4f46199c5c462e07 (patch)
tree1eb00601e9a9de51650220c3085feaf715565807 /apps/federatedfilesharing/tests
parentd41fd7471c05ccaff14d13ed1a8d721dc363b8b0 (diff)
downloadnextcloud-server-fad02fe00c88010739ad769c4f46199c5c462e07.tar.gz
nextcloud-server-fad02fe00c88010739ad769c4f46199c5c462e07.zip
Add the column so we keep the value from before the update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federatedfilesharing/tests')
-rw-r--r--apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php b/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php
index 512000181c1..aa3411ecb16 100644
--- a/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php
+++ b/apps/federatedfilesharing/tests/Controller/RequestHandlerControllerTest.php
@@ -381,7 +381,8 @@ class RequestHandlerControllerTest extends TestCase {
'accepted' => '0',
'expiration' => null,
'password' => null,
- 'mail_send' => '0'
+ 'mail_send' => '0',
+ 'share_name' => null,
];
$searchToken = $correctToken ? 'token' : 'wrongToken';