From 3cc8a287731c5b5a2c3478533bb2396c4b94fe49 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Fri, 15 Mar 2024 12:24:08 -0700 Subject: [PATCH] Fixed ktlint error. Signed-off-by: AWSHurneyt --- .../kotlin/org/opensearch/alerting/model/AlertContextTests.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/alerting/src/test/kotlin/org/opensearch/alerting/model/AlertContextTests.kt b/alerting/src/test/kotlin/org/opensearch/alerting/model/AlertContextTests.kt index c164301ef..08a7d14b1 100644 --- a/alerting/src/test/kotlin/org/opensearch/alerting/model/AlertContextTests.kt +++ b/alerting/src/test/kotlin/org/opensearch/alerting/model/AlertContextTests.kt @@ -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>? {