Skip to content

Commit

Permalink
[TEST] Fix more allowed warnings for composable template rename (#57398)
Browse files Browse the repository at this point in the history
Should have been done in #57232
  • Loading branch information
droberts195 committed May 31, 2020
1 parent 65237a4 commit 2d07601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2d07601

Please sign in to comment.