mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
refactoring dummy event service, DRY principal; adding bulk_download_event to existing invoker tests
This commit is contained in:
committed by
psychedelicious
parent
795fbf0e81
commit
db812133e7
@ -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
|
||||
|
Reference in New Issue
Block a user