diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-04-14 09:39:40 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-04-14 09:39:40 +0200 |
commit | fa9edf3c7777fe7bd17e1dde0fd39cc90d6f01cb (patch) | |
tree | a4e23b247ab90f6c066797fdc9614605fab3407b | |
parent | 483305c9e46d6daf34742f29642e09267496a46a (diff) | |
download | nextcloud-server-backport/52013/stable29.tar.gz nextcloud-server-backport/52013/stable29.zip |
test: adjust broken testsbackport/52013/stable29
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | tests/lib/Share20/ManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Share20/ManagerTest.php b/tests/lib/Share20/ManagerTest.php index e69afda4ada..461bddf3db6 100644 --- a/tests/lib/Share20/ManagerTest.php +++ b/tests/lib/Share20/ManagerTest.php @@ -2273,7 +2273,7 @@ class ManagerTest extends \Test\TestCase { public function testPathCreateChecksContainsSharedMount() { $this->expectException(\InvalidArgumentException::class); - $this->expectExceptionMessage('You cannot share a folder that contains other shares'); + $this->expectExceptionMessage('Path contains files shared with you'); $path = $this->createMock(Folder::class); $path->method('getPath')->willReturn('path'); |