Skip to content

Commit e81d85b

Browse files
committed
Update InferenceGetServicesIT with the new completion test service.
1 parent 173ffe1 commit e81d85b

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(13));
138+
assertThat(services.size(), equalTo(14));
139139

140140
var providers = providers(services);
141141

0 commit comments

Comments
 (0)