Skip to content

Commit 1ce6d10

Browse files
author
Maksym Molchanov
committed
Fix
1 parent 42e6df2 commit 1ce6d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensearchapi/api_search_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestSearch(t *testing.T) {
4848
opensearchapi.IndexReq{
4949
DocumentID: "foo",
5050
Index: index,
51-
Body: strings.NewReader(`{"foo": "bar", "baz": [{"foo": "bar"}]}`),
51+
Body: strings.NewReader(`{"foo": "bar", "baz": [{"foo": "test"}]}`),
5252
Params: opensearchapi.IndexParams{Refresh: "true", Routing: "foo"},
5353
},
5454
)

0 commit comments

Comments
 (0)