mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 22:32:39 +00:00
revert accidental change to test name
This commit is contained in:
parent
36eeb69232
commit
70889ce298
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ async def test_create_openai_response_with_multiple_messages(openai_responses_im
|
||||||
assert isinstance(inference_messages[i], OpenAIDeveloperMessageParam)
|
assert isinstance(inference_messages[i], OpenAIDeveloperMessageParam)
|
||||||
|
|
||||||
|
|
||||||
async def test_preped_previous_response_basic(openai_responses_impl, mock_responses_store):
|
async def test_prepend_previous_response_basic(openai_responses_impl, mock_responses_store):
|
||||||
"""Test prepending a basic previous response to a new response."""
|
"""Test prepending a basic previous response to a new response."""
|
||||||
|
|
||||||
input_item_message = OpenAIResponseMessage(
|
input_item_message = OpenAIResponseMessage(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue