Skip to content

Commit

Permalink
tests: fix expected string
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jun 11, 2023
1 parent 8133b7f commit a81072d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_grn.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ async def test_grn_body(self):

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)

0 comments on commit a81072d

Please sign in to comment.