Merge pull request #703 from grafana/vadimkerr/resolution-note-hotfix

Fix resolution note issue
This commit is contained in:
Vadim Stepanov 2022-10-24 16:22:03 +01:00 committed by GitHub
commit 69231801e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -358,7 +358,7 @@ class UpdateResolutionNoteStep(scenario_step.ScenarioStep):
author_verbal = resolution_note.author_verbal(mention=True)
resolution_note_text_block = {
"type": "section",
"text": {"type": "mrkdwn", "text": resolution_note.text, "emoji": True},
"text": {"type": "mrkdwn", "text": resolution_note.text},
}
blocks.append(resolution_note_text_block)
context_block = {