File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/test/java/org/opensearch/index/mapper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2497,7 +2497,7 @@ public void testDynamicFalseAllowTemplatesWithCopyTo() throws Exception {
2497
2497
}
2498
2498
b .endObject ();
2499
2499
}));
2500
-
2500
+
2501
2501
ParsedDocument parsedDoc = mapperWithDynamic .parse (source (b -> b .field ("source_field" , "test value" )));
2502
2502
if (parsedDoc .dynamicMappingsUpdate () != null ) {
2503
2503
merge (mapperService , dynamicMapping (parsedDoc .dynamicMappingsUpdate ()));
@@ -2558,7 +2558,7 @@ public void testDynamicFalseAllowTemplatesWithNestedCopyTo() throws Exception {
2558
2558
}
2559
2559
b .endObject ();
2560
2560
}));
2561
-
2561
+
2562
2562
ParsedDocument parsedDoc = mapperWithDynamic .parse (source (b -> {
2563
2563
b .startObject ("nested" );
2564
2564
{
You can’t perform that action at this time.
0 commit comments