mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
pre-commit
This commit is contained in:
parent
3f468b1ae6
commit
e3459fd49d
1 changed files with 3 additions and 1 deletions
|
|
@ -121,7 +121,9 @@ class TestMessageSyncing:
|
|||
|
||||
# matching the behavior of OpenAI here
|
||||
with pytest.raises(Exception, match="API Error"):
|
||||
await responses_impl_with_conversations._sync_response_to_conversation("conv_test123", "Hello", output_items)
|
||||
await responses_impl_with_conversations._sync_response_to_conversation(
|
||||
"conv_test123", "Hello", output_items
|
||||
)
|
||||
|
||||
async def test_sync_with_list_input(self, responses_impl_with_conversations, mock_conversations_api):
|
||||
"""Test syncing with list of input messages."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue