Skip to content

Commit ab979a1

Browse files
committed
Fix more tests
1 parent 729be3d commit ab979a1

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void testGetServicesWithRerankTaskType() throws IOException {
236236
@SuppressWarnings("unchecked")
237237
public void testGetServicesWithCompletionTaskType() throws IOException {
238238
List<Object> services = getServices(TaskType.COMPLETION);
239-
assertThat(services.size(), equalTo(9));
239+
assertThat(services.size(), equalTo(10));
240240

241241
String[] providers = new String[services.size()];
242242
for (int i = 0; i < services.size(); i++) {
@@ -254,6 +254,7 @@ public void testGetServicesWithCompletionTaskType() throws IOException {
254254
"azureaistudio",
255255
"azureopenai",
256256
"cohere",
257+
"elastic",
257258
"googleaistudio",
258259
"openai",
259260
"streaming_completion_test_service"

0 commit comments

Comments
 (0)