mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
triggering CI again
This commit is contained in:
parent
a707d2aaa9
commit
1599e0c16b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class TestConversationResponses:
|
|||
assert response.id.startswith("resp_")
|
||||
assert len(response.output_text.strip()) > 0
|
||||
|
||||
# Verify conversation was synced
|
||||
# Verify conversation was synced properly
|
||||
conversation_items = openai_client.conversations.items.list(conversation.id)
|
||||
assert len(conversation_items.data) >= 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue