Skip to content

Commit 5662bb0

Browse files
committed
fixed test case
Signed-off-by: 17sushmita <s.sushmita@zomato.com>
1 parent ca49b37 commit 5662bb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opensearchapi/api_search_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ func TestSearch(t *testing.T) {
215215
"query": {
216216
"match": {
217217
"foo": {
218-
"query": "bar"
219-
},
220-
"_name": "test"
218+
"query": "bar",
219+
"_name": "test"
220+
}
221221
}
222222
}
223223
}`),

0 commit comments

Comments
 (0)