Skip to content

Commit ffea411

Browse files
committed
[API] Test Runner: Adds deprecation platinum template
1 parent 8a169d1 commit ffea411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/api-spec-testing/wipe_cluster.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def wipe_all_templates(client)
264264
end
265265

266266
def platinum_template?(template)
267-
platinum_prefixes = ['.monitoring', '.watch', '.triggered-watches', '.data-frame', '.ml-', '.transform', 'data-streams-mappings'].freeze
267+
platinum_prefixes = ['.monitoring', '.watch', '.triggered-watches', '.data-frame', '.ml-', '.transform', 'deprecation', 'data-streams-mappings'].freeze
268268
platinum_prefixes.map { |a| return true if a.include? template }
269269

270270
PLATINUM_TEMPLATES.include? template

0 commit comments

Comments
 (0)