Skip to content

Commit

Permalink
Fixed ktlint error.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Mar 15, 2024
1 parent 0f3b1be commit 3cc8a28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ class AlertContextTests : OpenSearchTestCase() {
assertEquals("Template args start time does not", alertContext.alert.startTime.toEpochMilli(), templateArgs[Alert.START_TIME_FIELD])
assertEquals("Template args last notification time does not match", templateArgs[Alert.LAST_NOTIFICATION_TIME_FIELD], null)
assertEquals("Template args severity does not match", alertContext.alert.severity, templateArgs[Alert.SEVERITY_FIELD])

}

private fun formatAssociatedQueries(alertContext: AlertContext): List<Map<String, Any>>? {
Expand Down

0 comments on commit 3cc8a28

Please sign in to comment.