diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 14:10:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 14:10:44 -0700 |
commit | d8d10a292a0d6bd0134fcfe785718bb8f48dd085 (patch) | |
tree | 9df0ff2dc7127d88c91666021569896847ede21a /tests/files/GET_highlight.txt | |
parent | c49b85ffa31016be21f03e484a263c36932fefe0 (diff) | |
download | es-public-proxy-d8d10a292a0d6bd0134fcfe785718bb8f48dd085.tar.gz es-public-proxy-d8d10a292a0d6bd0134fcfe785718bb8f48dd085.zip |
tests: proper URIs; filter request bodies
Diffstat (limited to 'tests/files/GET_highlight.txt')
-rw-r--r-- | tests/files/GET_highlight.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/files/GET_highlight.txt b/tests/files/GET_highlight.txt index 15346fb..8dc23ea 100644 --- a/tests/files/GET_highlight.txt +++ b/tests/files/GET_highlight.txt @@ -1,4 +1,4 @@ -GET my-index-000001/_search +GET /my-index-000001/_search { "query": { "match_phrase": { "message": "number 1" } |