Skip to content

Commit b5b9e34

Browse files
committed
dummy commit
Signed-off-by: Surya Sashank Nistala <[email protected]>
1 parent e535ade commit b5b9e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerting/src/test/kotlin/org/opensearch/alerting/resthandler/FindingsRestApiIT.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class FindingsRestApiIT : AlertingRestTestCase() {
3939
}"""
4040
indexDoc(testIndex, "someId", testDoc)
4141

42-
val docQuery = DocLevelQuery(query = "test_field:\"us-west-2\"", name = "3", fields = listOf())
42+
val docQuery = DocLevelQuery(query = "test_field:\"us-west-2\"", name = "3")
4343
val docLevelInput = DocLevelMonitorInput("description", listOf(testIndex), listOf(docQuery))
4444
val trigger = randomDocumentLevelTrigger(condition = ALWAYS_RUN)
4545
val trueMonitor = createMonitor(randomDocumentLevelMonitor(inputs = listOf(docLevelInput), triggers = listOf(trigger)))

0 commit comments

Comments
 (0)