Also test syncing with an href with a colon

Since this was the actual problematic character.
This commit is contained in:
Hugo Osvaldo Barrera 2021-08-18 18:41:00 +02:00
parent 889183ec89
commit 955f434d9d

View file

@ -316,7 +316,7 @@ class StorageTests:
):
monkeypatch.setattr("vdirsyncer.utils.generate_href", lambda x: x)
uid = "20210609T084907Z-@synaps-web-54fddfdf7-7kcfm%0A.ics"
uid = "UID:20210609T084907Z-@synaps-web-54fddfdf7-7kcfm%0A.ics"
s = self.storage_class(**await get_storage_args())
item = get_item(uid=uid)