mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
[Fix] Remove unresolved merge conflict markers in bedrock test file
Fixes SyntaxError at pytest collection time caused by leftover <<<<<<<, =======, >>>>>>> markers in test_bedrock_common_utils.py. Keeps the assertion matching the model under test (claude-haiku-4-5-20251001-v1:0).
This commit is contained in:
parent
1c128a86b8
commit
a282ac4170
1 changed files with 1 additions and 6 deletions
|
|
@ -34,13 +34,8 @@ def test_govcloud_cross_region_inference_prefix():
|
|||
base_model = bedrock_model_info.get_base_model(
|
||||
model="bedrock/us-gov.anthropic.claude-haiku-4-5-20251001-v1:0"
|
||||
)
|
||||
<<<<<<< worktree-rustling-wishing-kite
|
||||
assert base_model == "anthropic.claude-3-5-sonnet-20240620-v1:0"
|
||||
|
||||
=======
|
||||
assert base_model == "anthropic.claude-haiku-4-5-20251001-v1:0"
|
||||
|
||||
>>>>>>> main
|
||||
|
||||
# Test us-gov prefix is stripped correctly for different Claude versions
|
||||
base_model = bedrock_model_info.get_base_model(
|
||||
model="bedrock/us-gov.anthropic.claude-sonnet-4-5-20250929-v1:0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue