Skip to content

Commit 79c0fb2

Browse files
committed
Add data-streams-mappings to isXPackTemplate method (elastic#73633)
This template was added in elastic#64978, however, there can be some test failures if we try to remove built-in templates. It was missing from the list and now needs to be added back.
1 parent 50d4a37 commit 79c0fb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,7 @@ protected static boolean isXPackTemplate(String name) {
15831583
case "ilm-history":
15841584
case "logstash-index-template":
15851585
case "security-index-template":
1586+
case "data-streams-mappings":
15861587
return true;
15871588
default:
15881589
return false;

0 commit comments

Comments
 (0)