mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Convert all template strings to unicode
(imported from commit ddf60d53d30a02e1bb87fac35bb45768d17e378c)
This commit is contained in:
@@ -802,7 +802,7 @@ class PagerDutyHookTests(AuthedTestCase):
|
||||
self.assertEqual(msg.subject, 'incident 48219')
|
||||
self.assertEqual(
|
||||
msg.content,
|
||||
':healthy_heart: Incident [48219](https://dropbox.pagerduty.com/incidents/PJKGZF9) resolved\n\n>mp_error_block_down_critical'
|
||||
u':healthy_heart: Incident [48219](https://dropbox.pagerduty.com/incidents/PJKGZF9) resolved\n\n>mp_error_block_down_critical\u2119\u01b4'
|
||||
)
|
||||
|
||||
def test_bad_message(self):
|
||||
|
||||
Reference in New Issue
Block a user