From 0c27faf7113d2c4cecfd94e0c02a31032a22b9fa Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 7 Jul 2021 12:22:54 +0200 Subject: Update "Sending password by Nextcloud Talk failed" sentence Signed-off-by: szaimen --- apps/files_sharing/tests/Controller/ShareAPIControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/tests/Controller') diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index eff2d529a05..411496f7a27 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -2967,7 +2967,7 @@ class ShareAPIControllerTest extends TestCase { public function testUpdateLinkShareSendPasswordByTalkWithTalkDisabledDoesNotChangeOther() { $this->expectException(\OCP\AppFramework\OCS\OCSForbiddenException::class); - $this->expectExceptionMessage('Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled'); + $this->expectExceptionMessage('"Sending the password by Nextcloud Talk" for sharing a file or folder failed because Nextcloud Talk is not enabled.'); $ocs = $this->mockFormatShare(); -- cgit v1.2.3