diff --git a/FirebaseAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift b/FirebaseAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift index 0cfe64d3086..da2bdfa555e 100644 --- a/FirebaseAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift +++ b/FirebaseAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift @@ -67,7 +67,7 @@ final class IntegrationTests: XCTestCase { func testCountTokens_text() async throws { let prompt = "Why is the sky blue?" model = vertex.generativeModel( - modelName: "gemini-1.5-pro", + modelName: ModelNames.gemini2Flash, generationConfig: generationConfig, safetySettings: [ SafetySetting(harmCategory: .harassment, threshold: .blockLowAndAbove, method: .severity),