Skip to content

Commit ecf6908

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 59e2c38 commit ecf6908

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

x-pack/plugin/inference/src/internalClusterTest/java/org/elasticsearch/xpack/inference/integration/InferenceRevokeDefaultEndpointsIT.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,7 @@ public void testRemoves_DefaultChatCompletion_V1_WhenAuthorizationDoesNotReturnA
236236
);
237237
assertThat(
238238
service.supportedTaskTypes(),
239-
is(EnumSet.of(
240-
TaskType.CHAT_COMPLETION,
241-
TaskType.SPARSE_EMBEDDING,
242-
TaskType.RERANK)
243-
)
239+
is(EnumSet.of(TaskType.CHAT_COMPLETION, TaskType.SPARSE_EMBEDDING, TaskType.RERANK))
244240
);
245241

246242
PlainActionFuture<List<Model>> listener = new PlainActionFuture<>();

0 commit comments

Comments
 (0)