From 67ecd729727965ae3ac93b78ed9d8a9631b82d3e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 31 Aug 2022 20:54:39 +0200 Subject: Fix unit tests Signed-off-by: Joas Schilling --- tests/Core/Controller/LoginControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Core') diff --git a/tests/Core/Controller/LoginControllerTest.php b/tests/Core/Controller/LoginControllerTest.php index cee3da65994..b80fde008d5 100644 --- a/tests/Core/Controller/LoginControllerTest.php +++ b/tests/Core/Controller/LoginControllerTest.php @@ -260,7 +260,7 @@ class LoginControllerTest extends TestCase { [ 'MessageArray1', 'MessageArray2', - 'This community release of Nextcloud is unsupported and instant notifications are unavailable.', + 'This community release of Nextcloud is unsupported and push notifications are limited.', ] ); $this->initialStateService->expects($this->at(1)) -- cgit v1.2.3