Skip to content

Commit

Permalink
Fix ExtensionsManagerTests
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
ryanbogan committed Dec 8, 2022
1 parent f00a6ca commit b93d41f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public void testOnIndexModule() throws Exception {
new MockLogAppender.SeenEventExpectation(
"IndicesModuleRequest Failure",
"org.opensearch.extensions.ExtensionsManager",
Level.INFO,
Level.ERROR,
"IndicesModuleRequest failed"
)
);
Expand Down

0 comments on commit b93d41f

Please sign in to comment.