Skip to content

Commit da44556

Browse files
authored
[Chore]: One pythonic tool parser test uses the wrong parser (vllm-project#26515)
Signed-off-by: Ben Browning <bbrownin@redhat.com>
1 parent aafb99a commit da44556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/entrypoints/openai/tool_parsers/test_pythonic_tool_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def test_streaming_tool_call_with_large_steps():
210210
def test_regex_timeout_handling(streaming: bool):
211211
"""test regex timeout is handled gracefully"""
212212
mock_tokenizer = MagicMock()
213-
tool_parser: ToolParser = ToolParserManager.get_tool_parser("llama4_pythonic")(
213+
tool_parser: ToolParser = ToolParserManager.get_tool_parser("pythonic")(
214214
mock_tokenizer
215215
)
216216

0 commit comments

Comments
 (0)