We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e6df2 commit 1ce6d10Copy full SHA for 1ce6d10
opensearchapi/api_search_test.go
@@ -48,7 +48,7 @@ func TestSearch(t *testing.T) {
48
opensearchapi.IndexReq{
49
DocumentID: "foo",
50
Index: index,
51
- Body: strings.NewReader(`{"foo": "bar", "baz": [{"foo": "bar"}]}`),
+ Body: strings.NewReader(`{"foo": "bar", "baz": [{"foo": "test"}]}`),
52
Params: opensearchapi.IndexParams{Refresh: "true", Routing: "foo"},
53
},
54
)
0 commit comments