test: remove print code (#25481)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
GuanMu
2025-09-12 09:30:56 +08:00
committed by GitHub
parent 4b6687db6b
commit c7868fb176
5 changed files with 1 additions and 12 deletions

View File

@@ -279,8 +279,6 @@ def test_structured_output_parser():
]
for case in testcases:
print(f"Running test case: {case['name']}")
# Setup model entity
model_schema = get_model_entity(case["provider"], case["model_name"], case["support_structure_output"])