summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/tests/Controller/AdminControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/tests/Controller/AdminControllerTest.php')
-rw-r--r--apps/updatenotification/tests/Controller/AdminControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/tests/Controller/AdminControllerTest.php b/apps/updatenotification/tests/Controller/AdminControllerTest.php
index 2360663e1c5..31e852a9e2e 100644
--- a/apps/updatenotification/tests/Controller/AdminControllerTest.php
+++ b/apps/updatenotification/tests/Controller/AdminControllerTest.php
@@ -162,7 +162,7 @@ class AdminControllerTest extends TestCase {
$this->updateChecker
->expects($this->once())
->method('getUpdateState')
- ->willReturn(['updaterEnabled' => false]);
+ ->willReturn([]);
$params = [
'isNewVersionAvailable' => false,