Commit a8c5aa9
authored
Fix allowed_warnings placement in system ingest processor YAML test (#20770)
The v2 index template test had allowed_warnings on the document index
step, but the warning about overlapping template patterns is emitted
during put_index_template for v2 composable templates, not at index
time. Move allowed_warnings to the correct step with the actual warning
message returned by the server.
Signed-off-by: Andrew Ross <andrross@amazon.com>1 parent e6654b0 commit a8c5aa9
File tree
1 file changed
+2
-2
lines changed- plugins/examples/system-ingest-processor/src/yamlRestTest/resources/rest-api-spec/test/example-system-ingest-processor
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
123 | | - | |
124 | | - | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments