diff --git a/alerting/src/test/kotlin/org/opensearch/alerting/AlertingRestTestCase.kt b/alerting/src/test/kotlin/org/opensearch/alerting/AlertingRestTestCase.kt index 414199f00..5d33000ef 100644 --- a/alerting/src/test/kotlin/org/opensearch/alerting/AlertingRestTestCase.kt +++ b/alerting/src/test/kotlin/org/opensearch/alerting/AlertingRestTestCase.kt @@ -436,7 +436,7 @@ abstract class AlertingRestTestCase : ODFERestTestCase() { } fun getChimeDestination(): Destination { - val chime = Chime("https://hooks.chime.aws/incomingwebhooks/chimeId") + val chime = Chime("https://hooks.chime.aws/incomingwebhooks/chimeId?token=abcdef") return Destination( type = DestinationType.CHIME, name = "test",