Skip to content

Commit 2851d08

Browse files
committed
Fix test regression
1 parent f4f20fe commit 2851d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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(14));
138+
assertThat(services.size(), equalTo(15));
139139

140140
var providers = providers(services);
141141

0 commit comments

Comments
 (0)