Skip to content

Commit 1867a8a

Browse files
committed
Replace wrongly formatted dummy Slack URL with properly formatted dummy Slack URL
Signed-off-by: Aniruddh <aniruddh@purdue.edu>
1 parent bf054db commit 1867a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications/notifications/src/test/kotlin/org/opensearch/notifications/model/NotificationConfigDocTests.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ internal class NotificationConfigDocTests {
6767
"description":"description",
6868
"config_type":"slack",
6969
"is_enabled":true,
70-
"slack":{"url":"https://domain.com/sample_url#1234567890"}
70+
"slack":{"url":"https://hooks.slack.com/services/sample_slack_url"}
7171
},
7272
"extra_field_1":["extra", "value"],
7373
"extra_field_2":{"extra":"value"},

0 commit comments

Comments
 (0)