Skip to content

Commit 1be43f2

Browse files
committed
Updates ilm tests
Addresses - request [/_ilm/start] contains unrecognized parameter: [policy] - request [/_ilm/stop] contains unrecognized parameter: [index]
1 parent 6a394e1 commit 1be43f2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/ilm/10_basic.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,11 @@ teardown:
7272
- is_true: 'operation_mode'
7373

7474
- do:
75-
ilm.start:
76-
policy: "my_lifecycle"
75+
ilm.start: {}
7776
- is_true: 'acknowledged'
7877

7978
- do:
80-
ilm.stop:
81-
index: logs-foobar
79+
ilm.stop: {}
8280
- is_false: 'dry_run'
8381

8482
- do:

0 commit comments

Comments
 (0)