Skip to content

Commit 45518b7

Browse files
boicehuangChristoph Büscher
authored andcommitted
Remove redundant symbol in msearch tests (#61353)
1 parent b0939f7 commit 45518b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"}}
1+
{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"}
22
{"query" : {"match_all" :{}}}
33
{"index" : "test", "type" : "type1", "expand_wildcards" : ["open", "closed"]}
44
{"query" : {"match_all" :{}}}
5-
{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]}}
5+
{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]}
66
{"query" : {"match_all" :{}}}
7-
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]}}
7+
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]}
88
{"query" : {"match_all" :{}}}
9-
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]}}
9+
{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]}
1010
{"query" : {"match_all" :{}}}
1111
{}
1212
{"query" : {"match_all" :{}}}

0 commit comments

Comments
 (0)