diff options
Diffstat (limited to 'apps/files/tests/Controller/ViewControllerTest.php')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 38f3670d4ca..bd178ec1f44 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -248,8 +248,7 @@ class ViewControllerTest extends TestCase { 'quickaccesselement' => 'true', ], ], - 'defaultExpandedState' => false, - 'expandedState' => 'show_Quick_Access', + 'expanded' => false, 'unread' => 0, ], 'systemtagsfilter' => [ @@ -323,8 +322,7 @@ class ViewControllerTest extends TestCase { 'active' => false, 'icon' => '', 'type' => 'link', - 'expandedState' => 'show_sharing_menu', - 'defaultExpandedState' => false, + 'expanded' => false, 'unread' => 0, ] ]); |