fix comment

This commit is contained in:
Peter Bieringer
2025-11-16 16:22:20 +01:00
parent b2320c607d
commit 3fecba62e7
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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)