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 18, 2024
1 parent 42f1946 commit 14d7d9e
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(1, getAlertsBody.get("total_alerts"));
Assert.assertEquals(2, getAlertsBody.get("total_alerts"));
}

@Ignore
Expand Down

0 comments on commit 14d7d9e

Please sign in to comment.