Skip to content

Commit

Permalink
Actually make the Chime URL wrong.
Browse files Browse the repository at this point in the history
Signed-off-by: Aniruddh Srivastava <[email protected]>
  • Loading branch information
Noir01 committed Nov 23, 2023
1 parent f879bc2 commit 0ebbd73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class ChimeNotificationConfigCrudIT : PluginRestTestCase() {
}

fun `test create config with wrong Chime url and get error text`() {
val sampleChime = Chime("https://hooks.chime.aws/incomingwebhooks/sample_chime_url?token=123456")
val sampleChime = Chime("https://hook.chime.aws/incomingwebhooks/sample_chime_url?token=123456")
val referenceObject = NotificationConfig(
"this is a sample config name",
"this is a sample config description",
Expand Down

0 comments on commit 0ebbd73

Please sign in to comment.