Skip to content

Commit b3b0ded

Browse files
committed
Fix test failure
Signed-off-by: gaobinlong <gbinlong@amazon.com>
1 parent 6990e29 commit b3b0ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/redux/reducers/opensearch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export const getMappings = (
372372
type: GET_MAPPINGS,
373373
request: (client: HttpSetup) =>
374374
client.get(`${url}`, {
375-
query: { index: searchKey },
375+
query: { indices: searchKey },
376376
}),
377377
};
378378
};

0 commit comments

Comments
 (0)