From 34226d6c935a4cf68ba62a6973c8aea2a6c89d16 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 20 Feb 2025 23:10:33 -0800 Subject: [PATCH] Another test_case related breakage fix --- tests/client-sdk/inference/test_text_inference.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/client-sdk/inference/test_text_inference.py b/tests/client-sdk/inference/test_text_inference.py index ac7481507..545325bbe 100644 --- a/tests/client-sdk/inference/test_text_inference.py +++ b/tests/client-sdk/inference/test_text_inference.py @@ -291,6 +291,7 @@ def test_text_chat_completion_with_tool_choice_none( assert tool_invocation_content == "" +@pytest.mark.parametrize("test_case", ["chat_completion-01"]) def test_text_chat_completion_structured_output(llama_stack_client, text_model_id, inference_provider_type, test_case): class AnswerFormat(BaseModel): first_name: str