From 3fecba62e7f7c166a5dd0d6dc8e831385709bfc0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 16 Nov 2025 16:22:20 +0100 Subject: [PATCH] fix comment --- CHANGELOG.md | 1 + radicale/tests/test_base.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff94443b..99cdc931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 3.5.9.dev * Extend: [auth] add support for type http_remote_user +* Extend: logging of invalid sync-token with user and path ## 3.5.8 * Extend: [auth] re-factor & overhaul LDAP authentication, especially for Python's ldap module diff --git a/radicale/tests/test_base.py b/radicale/tests/test_base.py index 453bf045..5512ef9d 100644 --- a/radicale/tests/test_base.py +++ b/radicale/tests/test_base.py @@ -1848,7 +1848,7 @@ permissions: RrWw""") assert not sync_token def test_report_sync_collection_invalid_sync_token_with_user(self) -> None: - """Test sync-collection report with an invalid sync token and user+client""" + """Test sync-collection report with an invalid sync token and user""" self.configure({"auth": {"type": "none"}}) calendar_path = "/calendar.ics/" self.mkcalendar(calendar_path)