Skip to content

Commit d496f9e

Browse files
committed
test: sharing: fix get request on single item with not successful bday conversion
1 parent 8096635 commit d496f9e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

radicale/tests/test_sharing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4855,6 +4855,10 @@ def test_sharing_api_map_vcf_bday_basic(self) -> None:
48554855
# title from Properties
48564856
assert 'Content-Disposition' not in headers
48574857

4858+
# get a single item which is not exsting on conversion
4859+
logging.info("\n*** GET item as user -> ok")
4860+
_, headers, answer = self.request("GET", path_shared_r + "contact1.ics", login="user:userpw", check=404)
4861+
48584862
# timerange filter elements as user
48594863
logging.info("\n*** REPORT collection entries with timerange user -> ok")
48604864
_, responses = self.report(path_shared_r, """\

0 commit comments

Comments
 (0)