From dce69154ba335b610d70094f9daaded3b642f8cb Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Tue, 30 Jan 2024 18:35:44 +0100 Subject: enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and calendars) Signed-off-by: Anna Larch --- build/integration/dav_features/caldav.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/integration/dav_features/caldav.feature') diff --git a/build/integration/dav_features/caldav.feature b/build/integration/dav_features/caldav.feature index e2cb4f8dc92..fffdd89d367 100644 --- a/build/integration/dav_features/caldav.feature +++ b/build/integration/dav_features/caldav.feature @@ -13,7 +13,7 @@ Feature: caldav When "user0" requests calendar "admin/MyCalendar" on the endpoint "/remote.php/dav/calendars/" Then The CalDAV HTTP status code should be "404" And The exception is "Sabre\DAV\Exception\NotFound" - And The error message is "Node with name 'MyCalendar' could not be found" + And The error message is "Calendar with name 'MyCalendar' could not be found" Scenario: Accessing a not shared calendar of another user via the legacy endpoint Given user "user0" exists @@ -22,7 +22,7 @@ Feature: caldav When "user0" requests calendar "admin/MyCalendar" on the endpoint "/remote.php/caldav/calendars/" Then The CalDAV HTTP status code should be "404" And The exception is "Sabre\DAV\Exception\NotFound" - And The error message is "Node with name 'MyCalendar' could not be found" + And The error message is "Calendar with name 'MyCalendar' could not be found" Scenario: Accessing a not existing calendar of another user Given user "user0" exists -- cgit v1.2.3