Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed Jun 18, 2024
1 parent 644ca00 commit eafbf32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ teardown:
"Rolling over a failure store on a data stream without the failure store enabled should work":
- do:
allowed_warnings:
- "index template [my-template] has index patterns [data-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template] will take precedence during new index creation"
- "index template [my-other-template] has index patterns [data-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template] will take precedence during new index creation"
indices.put_index_template:
name: my-other-template
body:
Expand Down

0 comments on commit eafbf32

Please sign in to comment.