litellm/tests/test_litellm/llms/vertex_ai/rerank
Julio Quinteros Pro 419151dce8 fix(tests): resolve merge conflict in test_vertex_ai_rerank_transformation.py
The file had two unresolved git merge conflict markers from a merge of
litellm_oss_staging_02_17_2026 into main, causing a SyntaxError when
pytest tried to collect the test module.

Kept the instance-level mocking approach (from litellm_oss_staging) for
test_get_complete_url and test_validate_environment, which is consistent
with the rest of the file and avoids class-reference issues caused by
importlib.reload(litellm) in conftest.py.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 11:31:56 -03:00
..
test_vertex_ai_rerank_integration.py Fix cicd tests 2026-02-18 17:25:28 +05:30
test_vertex_ai_rerank_transformation.py fix(tests): resolve merge conflict in test_vertex_ai_rerank_transformation.py 2026-02-18 11:31:56 -03:00