Skip to content

Commit dd765ae

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent f3c0da5 commit dd765ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ public void testDefaultInferenceIdForSemanticText() throws IOException {
3535
createIndex(indexName, settings, mapping);
3636

3737
Map<String, Object> mappingAsMap = getIndexMappingAsMap(indexName);
38-
String populatedInferenceId = (String) XContentMapValues.extractValue(
39-
"properties.semantic_text_field.inference_id",
40-
mappingAsMap
41-
);
38+
String populatedInferenceId = (String) XContentMapValues.extractValue("properties.semantic_text_field.inference_id", mappingAsMap);
4239

4340
assertThat(
4441
"semantic_text field should default to ELSER on EIS when available",

0 commit comments

Comments
 (0)