File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-ai/src/test/java/com/google/firebase/ai/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import java.io.File
39
39
import kotlinx.coroutines.launch
40
40
import org.mockito.Mockito
41
41
42
- private val TEST_CLIENT_ID = " firebase-vertexai -android/test"
42
+ private val TEST_CLIENT_ID = " firebase-ai -android/test"
43
43
private val TEST_APP_ID = " 1:android:12345"
44
44
private val TEST_VERSION = 1
45
45
@@ -193,7 +193,7 @@ internal fun goldenDevAPIStreamingFile(
193
193
name : String ,
194
194
httpStatusCode : HttpStatusCode = HttpStatusCode .OK ,
195
195
block : CommonTest ,
196
- ) = goldenStreamingFile(" vertexai /$name " , httpStatusCode, GenerativeBackend .googleAI(), block)
196
+ ) = goldenStreamingFile(" googleai /$name " , httpStatusCode, GenerativeBackend .googleAI(), block)
197
197
198
198
/* *
199
199
* A variant of [commonTest] for performing snapshot tests.
You can’t perform that action at this time.
0 commit comments