mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 03:06:22 +00:00
ace49b18d3
The tests were mocking `filter_server_ids_by_ip` but the production code in server.py now calls `filter_server_ids_by_ip_with_info` which returns a (server_ids, blocked_count) tuple. Update all 8 mock sites to use the correct method name and return signature. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>