test(proxy): mark health lifecycle integration-covered

This commit is contained in:
Milan Cizek 2026-08-20 03:25:04 +02:00
parent 7aad4dccc7
commit 03340aa15a

View file

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