Skip to content

Commit 50f3321

Browse files
committed
Updates scroll test
Sending scroll_id as a parameter is deprecated, it should be sent in the body
1 parent 6b36901 commit 50f3321

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/scroll/10_basic.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ teardown:
2121
- set: { _scroll_id: id }
2222
- do:
2323
scroll:
24-
scroll_id: $id
2524
scroll: '1m'
25+
body:
26+
scroll_id: $id
2627
- match: { _scroll_id: $id }
2728
- do:
2829
clear_scroll:
29-
scroll_id: $id
30+
body:
31+
scroll_id: $id
3032
- match { succeeded: true }

0 commit comments

Comments
 (0)