Skip to content

Commit

Permalink
Fixes integration test broken due to opensearch-project/OpenSearch@7a…
Browse files Browse the repository at this point in the history
…d3017 commit in core

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Mar 21, 2024
1 parent 3aecdc6 commit 61a7b35
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ public class DoNotFailOnForbiddenTests {
"indices:data/read/msearch",
"indices:data/read/scroll",
"cluster:monitor/state",
"cluster:monitor/health"
"cluster:monitor/health",
"cluster:monitor/term"
)
.indexPermissions(
"indices:data/read/search",
Expand Down

0 comments on commit 61a7b35

Please sign in to comment.