You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: notifications/notifications/src/test/kotlin/org/opensearch/integtest/bwc/NotificationsBackwardsCompatibilityIT.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ class NotificationsBackwardsCompatibilityIT : PluginRestTestCase() {
103
103
"description": "This is a sample config description $configId",
Copy file name to clipboardexpand all lines: notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/ChimeNotificationConfigCrudIT.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ class ChimeNotificationConfigCrudIT : PluginRestTestCase() {
Copy file name to clipboardexpand all lines: notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/EmailNotificationConfigCrudIT.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -907,7 +907,7 @@ class EmailNotificationConfigCrudIT : PluginRestTestCase() {
Copy file name to clipboardexpand all lines: notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/SlackNotificationConfigCrudIT.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ class SlackNotificationConfigCrudIT : PluginRestTestCase() {
Copy file name to clipboardexpand all lines: notifications/notifications/src/test/kotlin/org/opensearch/integtest/config/WebhookNotificationConfigCrudIT.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ class WebhookNotificationConfigCrudIT : PluginRestTestCase() {
Copy file name to clipboardexpand all lines: notifications/notifications/src/test/kotlin/org/opensearch/notifications/model/NotificationConfigDocTests.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ internal class NotificationConfigDocTests {
25
25
createdTimeMs,
26
26
listOf("br1", "br2", "br3")
27
27
)
28
-
val sampleSlack =Slack("https://hooks.slack.com/services/A123456/B1234567/A1B2C3D4E5F6G7H8I9J0K1L2")
28
+
val sampleSlack =Slack("https://hooks.slack.com/services/sample_slack_url")
29
29
val config =NotificationConfig(
30
30
"name",
31
31
"description",
@@ -47,7 +47,7 @@ internal class NotificationConfigDocTests {
47
47
createdTimeMs,
48
48
listOf("br1", "br2", "br3")
49
49
)
50
-
val sampleSlack =Slack("https://hooks.slack.com/services/A123456/B1234567/A1B2C3D4E5F6G7H8I9J0K1L2")
50
+
val sampleSlack =Slack("https://hooks.slack.com/services/sample_slack_url")
0 commit comments