Merge pull request #595 from toro-ponz/fix/slack-format-alert-failure
Fix failure of "Format Alert" button on Slack.
This commit is contained in:
commit
5187dbf913
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class OpenAlertAppearanceDialogStep(
|
|||
|
||||
# This is a special case for amazon sns notifications in str format CHEKED
|
||||
if (
|
||||
AlertReceiveChannel.INTEGRATION_AMAZON_SNS is not None
|
||||
hasattr(AlertReceiveChannel, "INTEGRATION_AMAZON_SNS")
|
||||
and alert_group.channel.integration == AlertReceiveChannel.INTEGRATION_AMAZON_SNS
|
||||
and raw_request_data == "{}"
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue