From 605105b54049754e016cbf9a02dafb790a016ecb Mon Sep 17 00:00:00 2001 From: Subhobrata Dey Date: Wed, 11 Dec 2024 08:50:39 +0000 Subject: [PATCH] fix ktlint Signed-off-by: Subhobrata Dey --- .../test/kotlin/org/opensearch/alerting/MonitorDataSourcesIT.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/src/test/kotlin/org/opensearch/alerting/MonitorDataSourcesIT.kt b/alerting/src/test/kotlin/org/opensearch/alerting/MonitorDataSourcesIT.kt index 49c648e3c..ae5619879 100644 --- a/alerting/src/test/kotlin/org/opensearch/alerting/MonitorDataSourcesIT.kt +++ b/alerting/src/test/kotlin/org/opensearch/alerting/MonitorDataSourcesIT.kt @@ -6234,7 +6234,7 @@ class MonitorDataSourcesIT : AlertingSingleNodeTestCase() { ) } - fun `test execute workflow with custom alerts and finding index when bucket monitor is used in chained finding of ignored doc monitor`() { + fun `test execute workflow when bucket monitor is used in chained finding of ignored doc monitor`() { val query = QueryBuilders.rangeQuery("test_strict_date_time") .gt("{{period_end}}||-10d") .lte("{{period_end}}")