Skip to content

Commit c0b8d7e

Browse files
committed
Fix modify data stream test
1 parent 1183c39 commit c0b8d7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/170_modify_data_stream.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@
148148
# rollover data stream to create new failure store index
149149
- do:
150150
indices.rollover:
151-
alias: "data-stream-for-modification"
152-
target_failure_store: true
151+
alias: "data-stream-for-modification::failures"
153152
- is_true: acknowledged
154153

155154
# save index names for later use

0 commit comments

Comments
 (0)