From 0d27ec952aa6b1df6697d952b90e9ea4569c06e5 Mon Sep 17 00:00:00 2001 From: jesus Date: Mon, 7 Sep 2026 12:14:36 +0000 Subject: [PATCH] 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> --- tests/proxy_unit_tests/test_response_polling_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/proxy_unit_tests/test_response_polling_handler.py b/tests/proxy_unit_tests/test_response_polling_handler.py index f5335508ce4..467c1332325 100644 --- a/tests/proxy_unit_tests/test_response_polling_handler.py +++ b/tests/proxy_unit_tests/test_response_polling_handler.py @@ -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