unit test fixes

This commit is contained in:
Peter Papp
2021-08-31 16:09:11 +02:00
parent 6f9b6835a7
commit 1db153aeef
84 changed files with 182 additions and 283 deletions

View File

@@ -172,13 +172,7 @@ class UserAccountTest extends TestCase
],
],
'favourites' => [
'data' => [
'id' => (string) $user->id,
'type' => 'favourite_folders',
'attributes' => [
'folders' => [],
],
],
'data' => [],
],
],
],