mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Remove hard-coded webhook_url from test_message
as pointed out by Slack's own bots
This commit is contained in:
@@ -68,7 +68,7 @@ def slack_backend_send_test_message(webhook_url, project_name, display_name):
|
||||
]}
|
||||
|
||||
result = requests.post(
|
||||
"https://hooks.slack.com/services/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",
|
||||
webhook_url,
|
||||
data=json.dumps(data),
|
||||
headers={"Content-Type": "application/json"},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user