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

Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
Ben Browning 2025-10-10 00:03:55 -04:00 committed by GitHub
parent aafb99a4d4
commit da4455609d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,7 +210,7 @@ def test_streaming_tool_call_with_large_steps():
def test_regex_timeout_handling(streaming: bool):
"""test regex timeout is handled gracefully"""
mock_tokenizer = MagicMock()
tool_parser: ToolParser = ToolParserManager.get_tool_parser("llama4_pythonic")(
tool_parser: ToolParser = ToolParserManager.get_tool_parser("pythonic")(
mock_tokenizer
)