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:
jesus 2026-09-07 12:14:36 +00:00
parent e589a0ed82
commit 0d27ec952a

View file

@ -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