Skip to content

Commit 7fe8eb0

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4f28084 commit 7fe8eb0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/services/elastic/response/ElasticInferenceServiceAuthorizationResponseEntityTests.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -590,12 +590,7 @@ private static ElasticInferenceServiceRerankModel createRerankV1ExpectedEndpoint
590590
EmptySecretSettings.INSTANCE,
591591
new ElasticInferenceServiceComponents(url),
592592
new EndpointMetadata(
593-
new EndpointMetadata.Heuristics(
594-
List.of(),
595-
StatusHeuristic.fromString("preview"),
596-
LocalDate.parse("2024-05-01"),
597-
null
598-
),
593+
new EndpointMetadata.Heuristics(List.of(), StatusHeuristic.fromString("preview"), LocalDate.parse("2024-05-01"), null),
599594
new EndpointMetadata.Internal("fingerprint567", ENDPOINT_VERSION),
600595
"Jina Reranker V2"
601596
)

0 commit comments

Comments
 (0)