We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db41bb commit 2ae8af5Copy full SHA for 2ae8af5
server/src/internalClusterTest/java/org/elasticsearch/index/mapper/DynamicMappingIT.java
@@ -670,7 +670,7 @@ public void testBulkRequestWithNotFoundDynamicTemplate() throws Exception {
670
assertThat(bulkItemResponses.getItems()[1].getFailure().getCause(), instanceOf(DocumentParsingException.class));
671
assertThat(
672
bulkItemResponses.getItems()[1].getFailureMessage(),
673
- containsString("[1:21] Can't find dynamic template for dynamic template name [bar_foo] of field [address.location]")
+ containsString("Can't find dynamic template for dynamic template name [bar_foo] of field [address.location]")
674
);
675
}
676
0 commit comments