mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
test(integration): register deployments for bedrock passthrough cases
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
6e77d23f4d
commit
96ca550377
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ def test_case_bills_expected_cost(gateway: Gateway, case: CostTrackingTestCase)
|
|||
scenario.cleanups.callback(delete_scenario, scenario_handle)
|
||||
deployment: Final = (
|
||||
register_scenario_deployment(scenario, case, marker, key)
|
||||
if passthrough_provider is None
|
||||
if passthrough_provider not in {"gemini", "anthropic"}
|
||||
else None
|
||||
)
|
||||
fallback_deployment: Final = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue