Convert all template strings to unicode

(imported from commit ddf60d53d30a02e1bb87fac35bb45768d17e378c)
This commit is contained in:
Jason Michalski
2015-02-08 21:38:20 -08:00
parent 179bf06940
commit 3ad140e5a7
2 changed files with 18 additions and 18 deletions

View File

@@ -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):