Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Apr 12, 2024
1 parent 3997ed9 commit 6628163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/notification_service_doc_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def get_reply_blocks(self, job_name, job_link, failures, text):
}

return [
{"type": "header", "text": {"type": "plain_text", "text": title.upper(), "emoji": True}},
{"type": "header", "text": {"type": "plain_text", "text": title, "emoji": True}},
content,
{"type": "section", "text": {"type": "mrkdwn", "text": failure_text}},
]
Expand Down

0 comments on commit 6628163

Please sign in to comment.