Skip to content

Commit 1ebe1a4

Browse files
committed
Correcting QA tests
1 parent d6042e7 commit 1ebe1a4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,8 @@ public void testGetServicesWithRerankTaskType() throws IOException {
105105
}
106106

107107
assertArrayEquals(
108-
List.of(
109-
"alibabacloud-ai-search",
110-
"cohere",
111-
"elasticsearch",
112-
"googlevertexai",
113-
"jinaai",
114-
"test_reranking_service",
115-
"voyageai"
116-
).toArray(),
108+
List.of("alibabacloud-ai-search", "cohere", "elasticsearch", "googlevertexai", "jinaai", "test_reranking_service", "voyageai")
109+
.toArray(),
117110
providers
118111
);
119112
}

0 commit comments

Comments
 (0)