You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/action/filter/ShardBulkInferenceActionFilterTests.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -533,7 +533,7 @@ public void testIndexingPressure() throws Exception {
533
533
addSemanticTextInferenceResults(
534
534
useLegacyFormat,
535
535
doc5Source,
536
-
List.of(randomSemanticText(useLegacyFormat, "sparse_field", sparseModel, List.of("a test value"), XContentType.JSON))
536
+
List.of(randomSemanticText(useLegacyFormat, "sparse_field", sparseModel, null, List.of("a test value"), XContentType.JSON))
537
537
);
538
538
doc5Source.endObject();
539
539
}
@@ -582,9 +582,9 @@ public void testIndexingPressure() throws Exception {
0 commit comments