mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
build(nodes): remove references to metadata service in tests
This commit is contained in:
parent
295b98a13c
commit
0bfbda512d
@ -28,7 +28,6 @@ def mock_services():
|
|||||||
logger = None, # type: ignore
|
logger = None, # type: ignore
|
||||||
images = None, # type: ignore
|
images = None, # type: ignore
|
||||||
latents = None, # type: ignore
|
latents = None, # type: ignore
|
||||||
metadata = None, # type: ignore
|
|
||||||
queue = MemoryInvocationQueue(),
|
queue = MemoryInvocationQueue(),
|
||||||
graph_library=SqliteItemStorage[LibraryGraph](
|
graph_library=SqliteItemStorage[LibraryGraph](
|
||||||
filename=sqlite_memory, table_name="graphs"
|
filename=sqlite_memory, table_name="graphs"
|
||||||
|
@ -26,7 +26,6 @@ def mock_services() -> InvocationServices:
|
|||||||
logger = None, # type: ignore
|
logger = None, # type: ignore
|
||||||
images = None, # type: ignore
|
images = None, # type: ignore
|
||||||
latents = None, # type: ignore
|
latents = None, # type: ignore
|
||||||
metadata = None, # type: ignore
|
|
||||||
queue = MemoryInvocationQueue(),
|
queue = MemoryInvocationQueue(),
|
||||||
graph_library=SqliteItemStorage[LibraryGraph](
|
graph_library=SqliteItemStorage[LibraryGraph](
|
||||||
filename=sqlite_memory, table_name="graphs"
|
filename=sqlite_memory, table_name="graphs"
|
||||||
|
Loading…
Reference in New Issue
Block a user