Skip to content

Commit cb5cc56

Browse files
committed
update
1 parent 64fcc6b commit cb5cc56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/InferenceGetServicesIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void testGetServicesWithRerankTaskType() throws IOException {
135135

136136
public void testGetServicesWithCompletionTaskType() throws IOException {
137137
List<Object> services = getServices(TaskType.COMPLETION);
138-
assertThat(services.size(), equalTo(15));
138+
assertThat(services.size(), equalTo(16));
139139
var providers = providers(services);
140140

141141
assertThat(
@@ -151,6 +151,7 @@ public void testGetServicesWithCompletionTaskType() throws IOException {
151151
"custom",
152152
"deepseek",
153153
"googleaistudio",
154+
"googlevertexai",
154155
"openai",
155156
"streaming_completion_test_service",
156157
"completion_test_service",

0 commit comments

Comments
 (0)