aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/Files/Node/RootTest.php4
1 files changed, 1 insertions, 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');