aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Settings/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Settings/Controller')
-rw-r--r--tests/Settings/Controller/UsersControllerTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Settings/Controller/UsersControllerTest.php b/tests/Settings/Controller/UsersControllerTest.php
index 36ca0917524..4f10fed1a2f 100644
--- a/tests/Settings/Controller/UsersControllerTest.php
+++ b/tests/Settings/Controller/UsersControllerTest.php
@@ -96,10 +96,6 @@ class UsersControllerTest extends \Test\TestCase {
['bar', $avatarExists],
['admin', $avatarNotExists],
]));
-
- $this->config->method('getSystemValue')
- ->with('enable_avatars', true)
- ->willReturn(true);
}
/**