Skip to content

Commit

Permalink
fixed test case
Browse files Browse the repository at this point in the history
Signed-off-by: 17sushmita <s.sushmita@zomato.com>
  • Loading branch information
17sushmita committed Feb 11, 2025
1 parent ca49b37 commit 5662bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opensearchapi/api_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ func TestSearch(t *testing.T) {
"query": {
"match": {
"foo": {
"query": "bar"
},
"_name": "test"
"query": "bar",
"_name": "test"
}
}
}
}`),
Expand Down

0 comments on commit 5662bb0

Please # to comment.