Skip to content

Commit

Permalink
Add token to chime URL used in tests to adhere to new Notifications v…
Browse files Browse the repository at this point in the history
…alidation (#1330)

Signed-off-by: Chase Engelbrecht <engechas@amazon.com>
  • Loading branch information
engechas committed Dec 21, 2023
1 parent 008e076 commit 526433a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 526433a

Please sign in to comment.