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
…nsearch-project#961)

Signed-off-by: bowenlan-amzn <[email protected]>
  • Loading branch information
bowenlan-amzn committed Jan 18, 2024
1 parent 5da75d1 commit 1eee13a
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 1eee13a

Please sign in to comment.