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:
kerry 2026-09-20 01:00:25 +00:00
parent 6e77d23f4d
commit 96ca550377

View file

@ -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 = (