Skip to content

Commit 2b1e4b8

Browse files
tests: add new service to mocks
1 parent 0f0085a commit 2b1e4b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def mock_services() -> InvocationServices:
6565
style_preset_records=None, # type: ignore
6666
style_preset_image_files=None, # type: ignore
6767
workflow_thumbnails=None, # type: ignore
68+
model_relationship_records=None, # type: ignore
69+
model_relationships=None, # type: ignore
6870
)
6971

7072

0 commit comments

Comments
 (0)