Skip to content

Commit 238b968

Browse files
author
ochafik
committed
Update test_chat_completion.py
1 parent 389d79b commit 238b968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/server/tests/unit/test_chat_completion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def test_chat_completion_with_openai_library():
104104

105105
@pytest.mark.parametrize("response_format,n_predicted,re_content", [
106106
({"type": "json_object", "schema": {"const": "42"}}, 6, "\"42\""),
107-
({"type": "json_schema", "json_schema": {"const": "42"}}, 6, "\"42\""),
108107
({"type": "json_object", "schema": {"items": [{"type": "integer"}]}}, 10, "[ -3000 ]"),
109108
({"type": "json_object"}, 10, "(\\{|John)+"),
110109
({"type": "sound"}, 0, None),

0 commit comments

Comments
 (0)