Unverified Commit da445560 authored by Ben Browning's avatar Ben Browning Committed by GitHub
Browse files

[Chore]: One pythonic tool parser test uses the wrong parser (#26515)


Signed-off-by: default avatarBen Browning <bbrownin@redhat.com>
parent aafb99a4
...@@ -210,7 +210,7 @@ def test_streaming_tool_call_with_large_steps(): ...@@ -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
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment