From 01148511fbef694301f40a0759ba9104c62ccff3 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 20 Feb 2026 09:28:49 +0530 Subject: [PATCH] Fix: litellm/tests/llm_responses_api_testing/test_anthropic_responses_api.py --- tests/proxy_e2e_anthropic_messages_tests/test_config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/proxy_e2e_anthropic_messages_tests/test_config.yaml b/tests/proxy_e2e_anthropic_messages_tests/test_config.yaml index fbbb6d4114..72be11468f 100644 --- a/tests/proxy_e2e_anthropic_messages_tests/test_config.yaml +++ b/tests/proxy_e2e_anthropic_messages_tests/test_config.yaml @@ -50,4 +50,7 @@ model_list: vertex_ai_location: "asia-southeast1" general_settings: - forward_client_headers_to_llm_api: true \ No newline at end of file + forward_client_headers_to_llm_api: true + +litellm_settings: + drop_params: true \ No newline at end of file