sharing: bday conversion: test delete as user

This commit is contained in:
Peter Bieringer
2026-07-19 15:56:02 +02:00
parent eb00d8c796
commit 5fdc809d63

View File

@@ -4956,6 +4956,10 @@ permissions: RrWw""")
status, prop = response["D:getcontenttype"] status, prop = response["D:getcontenttype"]
assert "text/calendar" in str(prop.text) 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: def test_sharing_api_map_vcf_bday_template(self) -> None:
"""share-by-map with conversion=bday template tests.""" """share-by-map with conversion=bday template tests."""
self.configure({"auth": {"type": "htpasswd", self.configure({"auth": {"type": "htpasswd",