From afff66a089cf5863fb71d1ff7a2ecb6d7eaca54b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 13:01:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A1=EF=B8=8F=20Sentinel:=20Add=20test?= =?UTF-8?q?=20to=20fix=20missing=20coverage=20on=20httpx.AsyncClient=20ini?= =?UTF-8?q?tialization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added test `test_process_url_validate_redirect_hook_blocks_unsafe_url` to cover the scenario where `validate_redirect` hook aborts the `httpx.AsyncClient` request, which resolves the 0% code coverage diff hit detected by the CI check `codecov/patch`. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>