Skip to content

Commit

Permalink
Replace wrongly formatted dummy Slack URL with properly formatted dum…
Browse files Browse the repository at this point in the history
…my Slack URL

Signed-off-by: Aniruddh <[email protected]>
  • Loading branch information
Noir01 committed Nov 15, 2023
1 parent 5b8fd08 commit b099c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ internal class NotificationConfigDocTests {
"description":"description",
"config_type":"slack",
"is_enabled":true,
"slack":{"url":"https://domain.com/sample_url#1234567890"}
"slack":{"url":"https://hooks.slack.com/services/sample_slack_url"}
},
"extra_field_1":["extra", "value"],
"extra_field_2":{"extra":"value"},
Expand Down

0 comments on commit b099c60

Please sign in to comment.