File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-vertexai/src/test/java/com/google/firebase/vertexai/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ internal fun goldenDevAPIStreamingFile(
193193 name : String ,
194194 httpStatusCode : HttpStatusCode = HttpStatusCode .OK ,
195195 block : CommonTest ,
196- ) = goldenStreamingFile(" vertexai/$name " , httpStatusCode, GenerativeBackend .DEVELOPER_API , block)
196+ ) = goldenStreamingFile(" vertexai/$name " , httpStatusCode, GenerativeBackend .GOOGLE_AI , block)
197197
198198/* *
199199 * A variant of [commonTest] for performing snapshot tests.
@@ -248,7 +248,7 @@ internal fun goldenDevAPIUnaryFile(
248248 name : String ,
249249 httpStatusCode : HttpStatusCode = HttpStatusCode .OK ,
250250 block : CommonTest ,
251- ) = goldenUnaryFile(" developerapi/$name " , httpStatusCode, GenerativeBackend .DEVELOPER_API , block)
251+ ) = goldenUnaryFile(" developerapi/$name " , httpStatusCode, GenerativeBackend .GOOGLE_AI , block)
252252
253253/* *
254254 * Loads a *Golden File* from the resource directory.
You can’t perform that action at this time.
0 commit comments