From 5fdc809d637001e392f4a2eb445d018f80138bd0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 19 Jul 2026 15:56:02 +0200 Subject: [PATCH] sharing: bday conversion: test delete as user --- radicale/tests/test_sharing.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radicale/tests/test_sharing.py b/radicale/tests/test_sharing.py index 1c908430..cfa85815 100644 --- a/radicale/tests/test_sharing.py +++ b/radicale/tests/test_sharing.py @@ -4956,6 +4956,10 @@ permissions: RrWw""") status, prop = response["D:getcontenttype"] assert "text/calendar" in str(prop.text) + # delete item as user + logging.info("\n*** DELETE item as user -> 403") + _, responses = self.delete(path_shared_r + "contact2-with-bday.ics", login="user:userpw", check=403) + def test_sharing_api_map_vcf_bday_template(self) -> None: """share-by-map with conversion=bday template tests.""" self.configure({"auth": {"type": "htpasswd",