make flake8 happy

This commit is contained in:
Peter Bieringer
2025-11-16 17:03:59 +01:00
parent 91cee5e514
commit 85f1850b19

View File

@@ -1853,7 +1853,7 @@ permissions: RrWw""")
calendar_path = "/calendar.ics/"
self.mkcalendar(calendar_path)
sync_token, _ = self._report_sync_token(
calendar_path, "http://radicale.org/ns/sync/INVALID", login="testuser:", remote_host = "192.0.2.1", remote_useragent = "Testclient/1.0")
calendar_path, "http://radicale.org/ns/sync/INVALID", login="testuser:", remote_host="192.0.2.1", remote_useragent="Testclient/1.0")
assert not sync_token
def test_propfind_sync_token(self) -> None: