Skip to content

Commit

Permalink
add nesting level to yaml constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Jan 11, 2023
1 parent 58091db commit e6cddd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

/*public class SecurityAnalyticsPluginTransportIT extends OpenSearchIntegTestCase {
public class SecurityAnalyticsPluginTransportIT extends OpenSearchIntegTestCase {

public void testPluginsAreInstalled() {
NodesInfoRequest nodesInfoRequest = new NodesInfoRequest();
Expand All @@ -30,4 +30,4 @@ public void testPluginsAreInstalled() {
Assert.assertTrue(pluginInfos.stream().anyMatch(pluginInfo -> pluginInfo.getName()
.equals("opensearch-security-analytics")));
}
}*/
}

0 comments on commit e6cddd7

Please sign in to comment.