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