mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Cosmetics
This commit is contained in:
parent
bbaf0ebd8c
commit
e38ae96227
2 changed files with 2 additions and 2 deletions
|
@ -1772,7 +1772,7 @@ class TestCustomStorageSystem(BaseFileSystemTest):
|
|||
# include tests related to sync token
|
||||
s: str = ""
|
||||
for s in dir(BaseRequestsMixIn):
|
||||
if s.startswith("test_") and ("_sync_" in s or s.endswith("_sync")):
|
||||
if s.startswith("test_") and "sync" in s.split("_"):
|
||||
locals()[s] = getattr(BaseRequestsMixIn, s)
|
||||
del s
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue