From f5877a999632c3b7d7ff46e95be09e2d305496f8 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Thu, 25 Sep 2025 21:37:12 -0400 Subject: [PATCH] fix: pricing integration test (#4837) --- crates/goose/tests/pricing_integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/goose/tests/pricing_integration_test.rs b/crates/goose/tests/pricing_integration_test.rs index 36fcddbc..0637389d 100644 --- a/crates/goose/tests/pricing_integration_test.rs +++ b/crates/goose/tests/pricing_integration_test.rs @@ -21,7 +21,7 @@ async fn test_pricing_cache_performance() { ("anthropic", "claude-sonnet-4"), ("openai", "gpt-4o"), ("openai", "gpt-4o-mini"), - ("google", "gemini-flash-1.5"), + ("google", "gemini-2.5-flash"), ("anthropic", "claude-opus-4"), ];