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
d7b2e570
Unverified
Commit
d7b2e570
authored
Jan 12, 2026
by
daniel-salib
Committed by
GitHub
Jan 12, 2026
Browse files
[Frontend] Fix Flaky MCP Streaming Test (#32153)
Signed-off-by:
Daniel Salib
<
danielsalib@meta.com
>
parent
5e034f2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/entrypoints/openai/responses/test_harmony.py
tests/entrypoints/openai/responses/test_harmony.py
+1
-1
No files found.
tests/entrypoints/openai/responses/test_harmony.py
View file @
d7b2e570
...
@@ -925,7 +925,7 @@ async def test_mcp_code_interpreter_streaming(client: OpenAI, model_name: str, s
...
@@ -925,7 +925,7 @@ async def test_mcp_code_interpreter_streaming(client: OpenAI, model_name: str, s
}
}
]
]
input_text
=
(
input_text
=
(
"Calculate 1
5
*
32
using python. "
"Calculate 1
23
*
456
using python. "
"The python interpreter is not stateful and you must print to see the output."
"The python interpreter is not stateful and you must print to see the output."
)
)
...
...
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