From 79450121f828c0b4664855ecc2b25b29c53efa84 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:00:11 +0000 Subject: [PATCH] test(proxy): document access group test seam Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/test_litellm/proxy/auth/test_auth_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/proxy/auth/test_auth_checks.py b/tests/test_litellm/proxy/auth/test_auth_checks.py index d677e6478c1..78acc33165f 100644 --- a/tests/test_litellm/proxy/auth/test_auth_checks.py +++ b/tests/test_litellm/proxy/auth/test_auth_checks.py @@ -523,7 +523,7 @@ async def test_can_team_access_model_error_lists_direct_and_access_group_models( access_group_ids=["ag-1"], ) - with patch( + with patch( # test-quality-ok: access-group lookup has no dependency-injection seam "litellm.proxy.auth.auth_checks._get_models_from_access_groups", new=AsyncMock(return_value=["group-model"]), ):