mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 15:03:36 +00:00
[Fix] CI/CD - litellm_mapped_tests_proxy (#18572)
This commit is contained in:
@@ -82,7 +82,7 @@ async def test_execute_with_mcp_client_redacts_stack_trace(monkeypatch):
|
||||
|
||||
|
||||
def test_test_connection_requires_auth_dependency():
|
||||
route = _get_route("/test/connection", "POST")
|
||||
route = _get_route("/mcp-rest/test/connection", "POST")
|
||||
assert _route_has_dependency(route, user_api_key_auth)
|
||||
|
||||
|
||||
|
||||
@@ -202,6 +202,7 @@ ignored_keys = [
|
||||
"metadata.cold_storage_object_key",
|
||||
"metadata.additional_usage_values.prompt_tokens_details.cache_creation_tokens",
|
||||
"metadata.litellm_overhead_time_ms",
|
||||
"metadata.cost_breakdown",
|
||||
]
|
||||
|
||||
MODEL_LIST = [
|
||||
|
||||
Reference in New Issue
Block a user