Peter Bieringer 3 mesiacov pred
rodič
commit
85f1850b19
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      radicale/tests/test_base.py

+ 1 - 1
radicale/tests/test_base.py

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