Skip to content

Commit

Permalink
Fix the notification_setting test by giving a obedient slack url (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenlan-amzn committed Jan 18, 2024
1 parent 5da75d1 commit a922be2
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 a922be2

Please sign in to comment.