mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:15:26 +08:00
[Chore]: One pythonic tool parser test uses the wrong parser (#26515)
Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
parent
aafb99a4d4
commit
da4455609d
@ -210,7 +210,7 @@ def test_streaming_tool_call_with_large_steps():
|
|||||||
def test_regex_timeout_handling(streaming: bool):
|
def test_regex_timeout_handling(streaming: bool):
|
||||||
"""test regex timeout is handled gracefully"""
|
"""test regex timeout is handled gracefully"""
|
||||||
mock_tokenizer = MagicMock()
|
mock_tokenizer = MagicMock()
|
||||||
tool_parser: ToolParser = ToolParserManager.get_tool_parser("llama4_pythonic")(
|
tool_parser: ToolParser = ToolParserManager.get_tool_parser("pythonic")(
|
||||||
mock_tokenizer
|
mock_tokenizer
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user