Skip to content

Commit 6b6054c

Browse files
committed
[CI] fix test_named_tool_use
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent 1f826ff commit 6b6054c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/entrypoints/openai/test_completion_with_function_calling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ async def test_named_tool_use(
422422
# finish reason should only return in last block
423423
assert finish_reason_count == 1
424424
json2 = json.loads("".join(output))
425-
print(f"------------{json2}---------{json1}------")
426425
jsonschema.validate(instance=json2, schema=sample_json_schema)
427426
assert json1["name"] != json2["name"]
428427
assert json1["age"] != json2["age"]

0 commit comments

Comments
 (0)