From efb432865ff1d19dd8fb6568e90d439a30fd1feb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 20 Apr 2022 13:08:31 +0200 Subject: [PATCH] Fix test Signed-off-by: Joas Schilling --- tests/lib/Files/Node/RootTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/lib/Files/Node/RootTest.php b/tests/lib/Files/Node/RootTest.php index fe151d70dc3..ee86eab5675 100644 --- a/tests/lib/Files/Node/RootTest.php +++ b/tests/lib/Files/Node/RootTest.php @@ -232,9 +232,7 @@ class RootTest extends \Test\TestCase { ->method('error') ->with( 'Backends provided no user object for NotExistingUser', - [ - 'app' => 'files', - ] + $this->anything() ); $root->getUserFolder('NotExistingUser'); -- 2.39.5