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)