Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
da445560
Unverified
Commit
da445560
authored
Oct 10, 2025
by
Ben Browning
Committed by
GitHub
Oct 10, 2025
Browse files
[Chore]: One pythonic tool parser test uses the wrong parser (#26515)
Signed-off-by:
Ben Browning
<
bbrownin@redhat.com
>
parent
aafb99a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/entrypoints/openai/tool_parsers/test_pythonic_tool_parser.py
...rypoints/openai/tool_parsers/test_pythonic_tool_parser.py
+1
-1
No files found.
tests/entrypoints/openai/tool_parsers/test_pythonic_tool_parser.py
View file @
da445560
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment