From 955f434d9d00dc19a409fc81464af220bd8e437b Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Wed, 18 Aug 2021 18:41:00 +0200 Subject: [PATCH] Also test syncing with an href with a colon Since this was the actual problematic character. --- tests/storage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage/__init__.py b/tests/storage/__init__.py index c28da83..699c75e 100644 --- a/tests/storage/__init__.py +++ b/tests/storage/__init__.py @@ -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)