mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Merge b93b7798ad
into sapling-pr-archive-ehhuang
This commit is contained in:
commit
d7a22e524e
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ async def test_responses_store_list_input_items_logic():
|
||||||
|
|
||||||
# Create mock store and response store
|
# Create mock store and response store
|
||||||
mock_sql_store = AsyncMock()
|
mock_sql_store = AsyncMock()
|
||||||
responses_store = ResponsesStore(sql_store_config=None, policy=default_policy())
|
responses_store = ResponsesStore(None, policy=default_policy())
|
||||||
responses_store.sql_store = mock_sql_store
|
responses_store.sql_store = mock_sql_store
|
||||||
|
|
||||||
# Setup test data - multiple input items
|
# Setup test data - multiple input items
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue