Skip to content

Commit

Permalink
Minor change to trigger jenkins re-run
Browse files Browse the repository at this point in the history
Signed-off-by: Abhilasha Seth <[email protected]>
  • Loading branch information
abseth-amzn committed Jan 30, 2024
1 parent 32bba1f commit 02ef7f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class PluginInfoIT extends OpenSearchRestTestCase {
public void testPluginInfoSerialization() throws Exception {
// Ensure all nodes are able to come up
// Ensure all nodes are able to come up, validate with GET _nodes.
Response response = client().performRequest(new Request("GET", "_nodes"));
ObjectPath objectPath = ObjectPath.createFromResponse(response);
final Map<String, Object> nodeMap = objectPath.evaluate("nodes");
Expand Down

0 comments on commit 02ef7f7

Please sign in to comment.