Skip to content

Commit 34226d6

Browse files
committed
Another test_case related breakage fix
1 parent 36b7623 commit 34226d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/client-sdk/inference/test_text_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def test_text_chat_completion_with_tool_choice_none(
291291
assert tool_invocation_content == ""
292292

293293

294+
@pytest.mark.parametrize("test_case", ["chat_completion-01"])
294295
def test_text_chat_completion_structured_output(llama_stack_client, text_model_id, inference_provider_type, test_case):
295296
class AnswerFormat(BaseModel):
296297
first_name: str

0 commit comments

Comments
 (0)