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