Skip to content

Commit f28a3f8

Browse files
committed
Update IT
1 parent c30ddc0 commit f28a3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void testGetServicesWithRerankTaskType() throws IOException {
124124

125125
public void testGetServicesWithCompletionTaskType() throws IOException {
126126
List<Object> services = getServices(TaskType.COMPLETION);
127-
assertThat(services.size(), equalTo(11));
127+
assertThat(services.size(), equalTo(12));
128128

129129
var providers = providers(services);
130130

@@ -151,7 +151,7 @@ public void testGetServicesWithCompletionTaskType() throws IOException {
151151

152152
public void testGetServicesWithChatCompletionTaskType() throws IOException {
153153
List<Object> services = getServices(TaskType.CHAT_COMPLETION);
154-
assertThat(services.size(), equalTo(5));
154+
assertThat(services.size(), equalTo(6));
155155

156156
var providers = providers(services);
157157

0 commit comments

Comments
 (0)