mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Also test syncing with an href with a colon
Since this was the actual problematic character.
This commit is contained in:
parent
889183ec89
commit
955f434d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ class StorageTests:
|
||||||
):
|
):
|
||||||
monkeypatch.setattr("vdirsyncer.utils.generate_href", lambda x: x)
|
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())
|
s = self.storage_class(**await get_storage_args())
|
||||||
item = get_item(uid=uid)
|
item = get_item(uid=uid)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue