Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Sep 6, 2024
1 parent 6990e29 commit b3b0ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/redux/reducers/opensearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const getMappings = (
type: GET_MAPPINGS,
request: (client: HttpSetup) =>
client.get(`${url}`, {
query: { index: searchKey },
query: { indices: searchKey },
}),
};
};
Expand Down

0 comments on commit b3b0ded

Please # to comment.