Skip to content

Commit

Permalink
fix ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Dec 11, 2024
1 parent 036f01c commit 605105b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}")
Expand Down

0 comments on commit 605105b

Please sign in to comment.