Skip to content

Commit ca59db9

Browse files
tests(app): service mocks
1 parent 92606f3 commit ca59db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def mock_services() -> InvocationServices:
6767
workflow_thumbnails=None, # type: ignore
6868
model_relationship_records=None, # type: ignore
6969
model_relationships=None, # type: ignore
70+
client_state_persistence=None # type: ignore
7071
)
7172

7273

0 commit comments

Comments
 (0)