We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522d9c1 commit 806a49aCopy full SHA for 806a49a
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
@@ -2881,7 +2881,7 @@ public function publicLinkInvalidPermissionsProvider2() {
2881
*/
2882
public function testUpdateLinkShareSetInvalidCRUDPermissions2($permissions) {
2883
$this->expectException(\OCP\AppFramework\OCS\OCSBadRequestException::class);
2884
- $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');
2885
2886
$this->testUpdateLinkShareSetCRUDPermissions($permissions);
2887
}
0 commit comments