mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
The 4 integration tests were flaky in CI because the AsyncHTTPHandler.post mock was bypassed when aiohttp transport is used. Mock at the higher BaseLLMHTTPHandler.async_response_api_handler level instead, which bypasses the HTTP layer entirely while still exercising router deployment selection, pre-call checks, and response post-processing (item ID rewriting). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| pre_call_checks | ||
| test_cooldown_cache.py | ||
| test_router_interactions_endpoints.py | ||
| test_router_utils_common_utils.py | ||