Skip to content

Commit 71d6f0a

Browse files
author
David Motsonashvili
committed
update tests
1 parent 48837cf commit 71d6f0a

File tree

1 file changed

+2
-2
lines changed
  • firebase-vertexai/src/test/java/com/google/firebase/vertexai/util

1 file changed

+2
-2
lines changed

firebase-vertexai/src/test/java/com/google/firebase/vertexai/util/tests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)