Skip to content

Commit

Permalink
Fix the notification_setting test by giving a obedient slack url (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenlan-amzn committed Jan 10, 2024
1 parent be76a29 commit e855cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe("NotificationSettings", () => {
config_type: "slack",
is_enabled: true,
slack: {
url: "https://sample-slack-webhook",
url: "https://hooks.slack.com/services/sample_url",
},
},
},
Expand Down

0 comments on commit e855cb5

Please sign in to comment.