mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
grafana formatter: smaller titles
This commit is contained in:
@@ -42,5 +42,5 @@ class GrafanaFormatterTest(unittest.IsolatedAsyncioTestCase):
|
||||
self.assertEqual(message.sender, FULL_ID)
|
||||
self.assertEqual(
|
||||
message.body,
|
||||
"### [Alerting] Panel Title alert\nNotification Message\n\n* Count: 1\n",
|
||||
"#### [Alerting] Panel Title alert\nNotification Message\n\n* Count: 1\n",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user