diff options
Diffstat (limited to 'tests/files/POST_search_start_scroll.txt')
-rw-r--r-- | tests/files/POST_search_start_scroll.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/files/POST_search_start_scroll.txt b/tests/files/POST_search_start_scroll.txt deleted file mode 100644 index 8c8fd00..0000000 --- a/tests/files/POST_search_start_scroll.txt +++ /dev/null @@ -1,9 +0,0 @@ -POST /my-index-000001/_search?scroll=1m -{ - "size": 100, - "query": { - "match": { - "message": "foo" - } - } -} |