Skip to content

Commit c3b6f91

Browse files
[CI] Auto commit changes from spotless
1 parent fa37a35 commit c3b6f91

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

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

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,20 @@ public void testGetServicesWithCompletionTaskType() throws IOException {
169169
providers[i] = (String) serviceConfig.get("service");
170170
}
171171

172-
assertArrayEquals(List.of(
173-
"alibabacloud-ai-search",
174-
"amazonbedrock",
175-
"anthropic",
176-
"azureaistudio",
177-
"azureopenai",
178-
"cohere",
179-
"googleaistudio",
180-
"openai",
181-
"streaming_completion_test_service"
182-
).toArray(), providers);
172+
assertArrayEquals(
173+
List.of(
174+
"alibabacloud-ai-search",
175+
"amazonbedrock",
176+
"anthropic",
177+
"azureaistudio",
178+
"azureopenai",
179+
"cohere",
180+
"googleaistudio",
181+
"openai",
182+
"streaming_completion_test_service"
183+
).toArray(),
184+
providers
185+
);
183186
}
184187

185188
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)