瀏覽代碼

fix comment

Peter Bieringer 3 月之前
父節點
當前提交
3fecba62e7
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      radicale/tests/test_base.py

+ 1 - 0
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

+ 1 - 1
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)