mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test_vertex_passthrough_with_default_credentials and test_view_spend_logs_with_date_range_summarized fail intermittently when a prior xdist worker sets master_key — auth then rejects the unauthenticated test requests before the code under test is reached. - mock user_api_key_auth in test_vertex_passthrough_with_default_credentials (same pattern used for test_vertex_passthrough_with_no_default_credentials in #21810) - wrap test_view_spend_logs_with_date_range_summarized in app.dependency_overrides[ps.user_api_key_auth] with try/finally cleanup (same pattern used for the other spend log tests in #21810) |
||
|---|---|---|
| .. | ||
| llm_provider_handlers | ||
| test_llm_pass_through_endpoints.py | ||
| test_method_specific_routing.py | ||
| test_pass_through_endpoints.py | ||
| test_passthrough_endpoints_common_utils.py | ||
| test_passthrough_guardrails.py | ||
| test_passthrough_guardrails_field_targeting.py | ||
| test_vertex_ai_batch_passthrough.py | ||
| test_vertex_passthrough_load_balancing.py | ||