Skip to content

Commit 955f434

Browse files
author
Hugo Osvaldo Barrera
committed
Also test syncing with an href with a colon
Since this was the actual problematic character.
1 parent 889183e commit 955f434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ async def test_newline_in_uid(
316316
):
317317
monkeypatch.setattr("vdirsyncer.utils.generate_href", lambda x: x)
318318

319-
uid = "20210609T084907Z-@synaps-web-54fddfdf7-7kcfm%0A.ics"
319+
uid = "UID:20210609T084907Z-@synaps-web-54fddfdf7-7kcfm%0A.ics"
320320

321321
s = self.storage_class(**await get_storage_args())
322322
item = get_item(uid=uid)

0 commit comments

Comments
 (0)