From 3dc70c3398bc0ce95aa8739a96e1d1fa8a241b19 Mon Sep 17 00:00:00 2001 From: shivam Date: Thu, 5 Feb 2026 15:44:24 -0800 Subject: [PATCH] moved the test anthropic file --- .../messages/test_anthropic_messages_structured_outputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test_anthropic_messages_structured_outputs_minimal.py => tests/test_litellm/llms/anthropic/experimental_pass_through/messages/test_anthropic_messages_structured_outputs.py (98%) diff --git a/test_anthropic_messages_structured_outputs_minimal.py b/tests/test_litellm/llms/anthropic/experimental_pass_through/messages/test_anthropic_messages_structured_outputs.py similarity index 98% rename from test_anthropic_messages_structured_outputs_minimal.py rename to tests/test_litellm/llms/anthropic/experimental_pass_through/messages/test_anthropic_messages_structured_outputs.py index 3fc7dc9a56..1092f60f50 100644 --- a/test_anthropic_messages_structured_outputs_minimal.py +++ b/tests/test_litellm/llms/anthropic/experimental_pass_through/messages/test_anthropic_messages_structured_outputs.py @@ -71,4 +71,4 @@ def test_output_format_works_with_bedrock_and_azure(): litellm_params={}, headers={} ) - assert "output_format" in azure_result \ No newline at end of file + assert "output_format" in azure_result