diff --git a/tests/acceptance/features/apiSharing-v1/updateShare.feature b/tests/acceptance/features/apiSharing-v1/updateShare.feature index 830a1aba704b..05362076e736 100644 --- a/tests/acceptance/features/apiSharing-v1/updateShare.feature +++ b/tests/acceptance/features/apiSharing-v1/updateShare.feature @@ -254,7 +254,6 @@ Feature: sharing | storage | A_NUMBER | | mail_send | 0 | | uid_owner | user1 | - | storage_id | home::user1 | | file_parent | A_NUMBER | | displayname_owner | user1 | | mimetype | httpd/unix-directory | diff --git a/tests/lib/Repair/RemoveRootSharesTest.php b/tests/lib/Repair/RemoveRootSharesTest.php index 04f5ea093c40..cb32c11bd6c8 100644 --- a/tests/lib/Repair/RemoveRootSharesTest.php +++ b/tests/lib/Repair/RemoveRootSharesTest.php @@ -104,6 +104,7 @@ public function testRootSharesExist() { public function testRootSharesDontExist() { //Add test user $user = $this->createUser('test', 'test'); + $this->loginAsUser('test'); $userFolder = $this->rootFolder->getUserFolder('test'); $fileId = $userFolder->getId(); $user->updateLastLoginTimestamp();