Skip to content

Commit

Permalink
Remove redundant symbol in msearch tests (#61353)
Browse files Browse the repository at this point in the history
  • Loading branch information
boicehuang authored and Christoph Büscher committed Sep 1, 2020
1 parent b0939f7 commit 45518b7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"}}
{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"}
{"query" : {"match_all" :{}}}
{"index" : "test", "type" : "type1", "expand_wildcards" : ["open", "closed"]}
{"query" : {"match_all" :{}}}
{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]}}
{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]}
{"query" : {"match_all" :{}}}
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]}}
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]}
{"query" : {"match_all" :{}}}
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]}}
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]}
{"query" : {"match_all" :{}}}
{}
{"query" : {"match_all" :{}}}
Expand Down

0 comments on commit 45518b7

Please sign in to comment.