Skip to content

Commit 2ae8af5

Browse files
committed
Test
1 parent 2db41bb commit 2ae8af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/index/mapper/DynamicMappingIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public void testBulkRequestWithNotFoundDynamicTemplate() throws Exception {
670670
assertThat(bulkItemResponses.getItems()[1].getFailure().getCause(), instanceOf(DocumentParsingException.class));
671671
assertThat(
672672
bulkItemResponses.getItems()[1].getFailureMessage(),
673-
containsString("[1:21] Can't find dynamic template for dynamic template name [bar_foo] of field [address.location]")
673+
containsString("Can't find dynamic template for dynamic template name [bar_foo] of field [address.location]")
674674
);
675675
}
676676

0 commit comments

Comments
 (0)