mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test(responses): annotate the processor patch for the test quality gate
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
e589a0ed82
commit
0d27ec952a
1 changed files with 1 additions and 1 deletions
|
|
@ -1711,7 +1711,7 @@ class TestBackgroundStreamingTerminalEvents:
|
|||
client_already_left,
|
||||
)
|
||||
|
||||
with patch(
|
||||
with patch( # test-quality-ok: the processor is built inside the task, same idiom as the sibling tests
|
||||
"litellm.proxy.response_polling.background_streaming.ProxyBaseLLMRequestProcessing"
|
||||
) as MockProcessor:
|
||||
MockProcessor.return_value.base_process_llm_request = upstream_call_behind_disconnect_guard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue