From 96ca550377393e8e0077e214560d1a0aef991385 Mon Sep 17 00:00:00 2001 From: kerry Date: Sun, 20 Sep 2026 01:00:25 +0000 Subject: [PATCH] test(integration): register deployments for bedrock passthrough cases Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- tests/integration/cost_calculation/test_cost_tracking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/cost_calculation/test_cost_tracking.py b/tests/integration/cost_calculation/test_cost_tracking.py index 05346396a8a..f2057067c67 100644 --- a/tests/integration/cost_calculation/test_cost_tracking.py +++ b/tests/integration/cost_calculation/test_cost_tracking.py @@ -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 = (