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
commit c7868fb176
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"])