litellm/tests/test_litellm/proxy/hooks
Alexsander Hamir 22a2dacd9c Fix failing tests: route path, auth dependencies, cost_breakdown, and TTL test
- Fix test_mcp_connection_requires_auth_dependency: Use correct route path /mcp-rest/test/connection
- Fix test_update_ui_settings tests: Use app.dependency_overrides instead of monkeypatch for FastAPI dependencies
- Fix test_spend_logs_payload tests: Add metadata.cost_breakdown to ignored_keys (optional field)
- Improve test_async_increment_tokens_with_ttl_preservation: Increase wait time and add debug logging
2026-01-01 10:42:13 -08:00
..
test_async_post_call_streaming_iterator_hook.py fix(proxy): async_post_call_streaming_iterator_hook now properly iterates async generators (#17626) 2025-12-07 23:29:42 -08:00
test_dynamic_rate_limiter_v3.py Merge pull request #17707 from raghav-stripe/raghav-fix-responsesapi-rl 2025-12-11 08:57:16 +05:30
test_key_management_event_hooks.py feat: allow per-team Vault overrides when storing keys 2025-12-18 06:21:53 +09:00
test_parallel_request_limiter_v3.py Fix failing tests: route path, auth dependencies, cost_breakdown, and TTL test 2026-01-01 10:42:13 -08:00
test_post_call_failure_hook_integration.py [Feat] Enable async_post_call_failure_hook to transform error responses (#18348) 2025-12-22 11:24:30 -08:00
test_prompt_injection_detection.py fix: prompt injection not working (#16701) 2025-11-17 20:04:57 -08:00
test_proxy_track_cost_callback.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00