Skip to content

Commit acf5741

Browse files
committed
sharing: cosmetics
1 parent 70cc6d4 commit acf5741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radicale/tests/test_sharing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4250,8 +4250,8 @@ def test_sharing_api_bday_basic(self) -> None:
42504250
_, headers, answer = self.request("GET", path_mapped, login="owner:ownerpw")
42514251
assert "contact1" in answer
42524252
assert "contact2" in answer
4253-
assert 'Content-Disposition' in headers
42544253
# title from fallback
4254+
assert 'Content-Disposition' in headers
42554255
assert 'Address%20book.vcf' in headers['Content-Disposition']
42564256

42574257
# create map

0 commit comments

Comments
 (0)