Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Dec 17, 2024
1 parent 609ab38 commit 42f1946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ public void testMultipleAggregationAndDocRules_alertSuccess() throws IOException
getAlertsResponse = makeRequest(client(), "GET", SecurityAnalyticsPlugin.ALERTS_BASE_URI, params1, null);
getAlertsBody = asMap(getAlertsResponse);
// TODO enable asserts here when able
Assert.assertEquals(2, getAlertsBody.get("total_alerts"));
Assert.assertEquals(1, getAlertsBody.get("total_alerts"));
}

@Ignore
Expand Down

0 comments on commit 42f1946

Please sign in to comment.