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

Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas committed Dec 20, 2023
1 parent 903a6d9 commit a2d5a20
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 a2d5a20

Please sign in to comment.