diff options
Diffstat (limited to 'tests/files/GET_search.txt')
-rw-r--r-- | tests/files/GET_search.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/files/GET_search.txt b/tests/files/GET_search.txt deleted file mode 100644 index 7ff7ca6..0000000 --- a/tests/files/GET_search.txt +++ /dev/null @@ -1,10 +0,0 @@ -GET /some-index/_search -{ - "query": { - "match": { - "message": { - "query": "this is a test" - } - } - } -} |