mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-15 23:55:57 +00:00
tests: fix expected string
This commit is contained in:
parent
8133b7fcf6
commit
a81072d844
@ -40,7 +40,5 @@ class GithubReleaseNotifierFormatterTest(unittest.IsolatedAsyncioTestCase):
|
||||
|
||||
message = messages.chunk[0]
|
||||
self.assertEqual(message.sender, FULL_ID)
|
||||
self.assertEqual(
|
||||
message.body,
|
||||
"#### [Alerting] Panel Title alert\nNotification Message\n\n* Count: 1\n",
|
||||
)
|
||||
self.assertIn("Fixes split modules", message.body)
|
||||
self.assertIn("jaymoulin/google-music-manager", message.body)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user