1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-12 20:30:57 +00:00

- Add unit tests to confirm emails not triggered when adding/deleting event with past end date

This commit is contained in:
Nate Harris 2025-08-14 00:06:55 -06:00
parent 208dd22a42
commit f32e50bc9d
2 changed files with 55 additions and 4 deletions

View file

@ -300,8 +300,7 @@ class BaseStorage:
def discover(
self, path: str, depth: str = "0",
child_context_manager: Optional[
Callable[[str, Optional[str]], ContextManager[None]]] = None,
child_context_manager: Optional[Callable[[str, Optional[str]], ContextManager[None]]] = None,
user_groups: Set[str] = set([])) -> Iterable["types.CollectionOrItem"]:
"""Discover a list of collections under the given ``path``.