summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2022-03-31 14:57:25 +0200
committerGitHub <noreply@github.com>2022-03-31 14:57:25 +0200
commit47f1ba6ea61f9931bc06cc72832dcbe354d6e0ac (patch)
tree3a1f64431219467d16a9f9ff31770357648cfe0d /apps/files_sharing/tests
parentd4c558a229080670ad9fc5ba8083a648b2ab74ac (diff)
parent806a49aba5574ed44bb0f7715b4471ac62398f0d (diff)
downloadnextcloud-server-47f1ba6ea61f9931bc06cc72832dcbe354d6e0ac.tar.gz
nextcloud-server-47f1ba6ea61f9931bc06cc72832dcbe354d6e0ac.zip
Merge pull request #31240 from nextcloud/Valdnet-patch-3
l10n: Add a dot
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r--apps/files_sharing/tests/Controller/ShareAPIControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
index 324862a746d..c7c2b6d8757 100644
--- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
+++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
@@ -2881,7 +2881,7 @@ class ShareAPIControllerTest extends TestCase {
*/
public function testUpdateLinkShareSetInvalidCRUDPermissions2($permissions) {
$this->expectException(\OCP\AppFramework\OCS\OCSBadRequestException::class);
- $this->expectExceptionMessage('Share must have READ permission if UPDATE or DELETE permission is set.');
+ $this->expectExceptionMessage('Share must have READ permission if UPDATE or DELETE permission is set');
$this->testUpdateLinkShareSetCRUDPermissions($permissions);
}