From 0ebbd73017d6ad8734ba07a1d88308484eb0f5b8 Mon Sep 17 00:00:00 2001 From: Aniruddh Srivastava Date: Thu, 23 Nov 2023 02:03:34 -0500 Subject: [PATCH] Actually make the Chime URL wrong. Signed-off-by: Aniruddh Srivastava --- .../integtest/config/ChimeNotificationConfigCrudIT.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/ChimeNotificationConfigCrudIT.kt b/notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/ChimeNotificationConfigCrudIT.kt index 5631f93c..ca682eba 100644 --- a/notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/ChimeNotificationConfigCrudIT.kt +++ b/notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/ChimeNotificationConfigCrudIT.kt @@ -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",