refactoring dummy event service, DRY principal; adding bulk_download_event to existing invoker tests

This commit is contained in:
Stefan Tobler
2024-01-14 22:58:07 -05:00
committed by psychedelicious
parent 795fbf0e81
commit db812133e7
4 changed files with 37 additions and 27 deletions

View File

@ -50,6 +50,7 @@ def mock_services() -> InvocationServices:
board_images=None, # type: ignore
board_records=None, # type: ignore
boards=None, # type: ignore
bulk_download=None, # type: ignore
configuration=configuration,
events=TestEventService(),
image_files=None, # type: ignore