fix comment
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user