Skip to content

Commit 9ff5b72

Browse files
authored
[7.x] Add data-streams-mappings to isXPackTemplate method (#73633) (#73672)
This template was added in #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 c5c8ef2 commit 9ff5b72

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)