Skip to content

Commit 8fc0ec5

Browse files
committed
Remove explicit mapping
1 parent 5aa4f46 commit 8fc0ec5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/IndicesRequestIT.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -592,17 +592,6 @@ public void testRejectDocumentWithTooManyArrayObjectFields() throws Exception {
592592

593593
assertAcked(
594594
prepareCreate(indexName).setSettings(Settings.builder().put("index.mapping.nested_objects.limit", arrayLimit).build())
595-
.setMapping("""
596-
{
597-
"properties": {
598-
"array": {
599-
"properties": {
600-
"value": { "type": "integer" }
601-
}
602-
}
603-
}
604-
}
605-
""")
606595
);
607596

608597
try (XContentBuilder doc = XContentFactory.jsonBuilder()) {

0 commit comments

Comments
 (0)