[TEST] Fix more allowed warnings for composable template rename (#57398)
Should have been done in #57232
This commit is contained in:
parent
59570eaa7d
commit
9fdf1722e6
|
@ -4,7 +4,7 @@
|
|||
features: allowed_warnings
|
||||
- do:
|
||||
allowed_warnings:
|
||||
- "index [new_locations] matches multiple v1 templates [global, template], v2 index templates will only match a single index template"
|
||||
- "index [new_locations] matches multiple legacy templates [global, template], composable templates will only match a single template"
|
||||
indices.create:
|
||||
index: new_locations
|
||||
body:
|
||||
|
|
|
@ -12,7 +12,7 @@ setup:
|
|||
features: allowed_warnings
|
||||
- do:
|
||||
allowed_warnings:
|
||||
- "index [airline-data] matches multiple v1 templates [global, template], v2 index templates will only match a single index template"
|
||||
- "index [airline-data] matches multiple legacy templates [global, template], composable templates will only match a single template"
|
||||
indices.create:
|
||||
index: airline-data
|
||||
body:
|
||||
|
@ -113,7 +113,7 @@ setup:
|
|||
features: allowed_warnings
|
||||
- do:
|
||||
allowed_warnings:
|
||||
- "index [airline-data] matches multiple v1 templates [global, template], v2 index templates will only match a single index template"
|
||||
- "index [airline-data] matches multiple legacy templates [global, template], composable templates will only match a single template"
|
||||
indices.create:
|
||||
index: airline-data
|
||||
body:
|
||||
|
|
Loading…
Reference in New Issue