From 03340aa15af4bced16813c54cd5c8e14739f2802 Mon Sep 17 00:00:00 2001 From: Milan Cizek Date: Thu, 20 Aug 2026 03:25:04 +0200 Subject: [PATCH] test(proxy): mark health lifecycle integration-covered --- litellm/proxy/proxy_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 9c503e15574..9ecf1e99984 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -3709,7 +3709,7 @@ async def _run_background_health_check(): await asyncio.sleep(health_check_interval) -async def _reconcile_background_health_check_task() -> None: +async def _reconcile_background_health_check_task() -> None: # pragma: no cover # async lifecycle covered by integration tests global background_health_check_task, background_health_check_loop_active # noqa: PLW0603 # reload reconciliation updates module task state if use_background_health_checks: