Skip to content

Commit 09751b9

Browse files
authored
Fix warning typo for test failure (#106971) (#106976)
This had the wrong index patterns, which led to test failures Resolves #106965
1 parent 6bb17f9 commit 09751b9

File tree

1 file changed

+1
-1
lines changed
  • modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream

1 file changed

+1
-1
lines changed

modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/10_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ setup:
543543

544544
- do:
545545
allowed_warnings:
546-
- "index template [my-template4] has index patterns [failure-data-stream1, failure-data-stream2] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template4] will take precedence during new index creation"
546+
- "index template [my-template4] has index patterns [failure-data-stream1] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-template4] will take precedence during new index creation"
547547
indices.put_index_template:
548548
name: my-template4
549549
body:

0 commit comments

Comments
 (0)