sharing/bday: bugfix

This commit is contained in:
Peter Bieringer
2026-03-15 13:09:30 +01:00
parent df8124ec9a
commit b9490b8bc7
2 changed files with 2 additions and 2 deletions

View File

@@ -4360,7 +4360,7 @@ permissions: RrWw""")
response = responses[path_shared_r + "contact2-with-bday.ics"]
assert not isinstance(response, int)
status, prop = response["D:getcontenttype"]
assert "vcard" not in prop.text
assert "text/calendar" in str(prop.text)
def test_sharing_api_bday_complex(self) -> None:
"""share-by-map API usage tests related to partial overlay."""