diff --git a/zerver/tests.py b/zerver/tests.py index 502fb44147..0fab24285c 100644 --- a/zerver/tests.py +++ b/zerver/tests.py @@ -1208,7 +1208,7 @@ class UserPresenceTests(AuthedTestCase): self.assertEqual(split_email_to_domain(email), 'zulip.com') class AlertWordTests(AuthedTestCase): - interesting_alert_word_list = ['alert', 'multi-word word', '☃'.decode("utf-8")] + interesting_alert_word_list = ['alert', 'multi-word word', u'☃'] def test_internal_endpoint(self): email = "cordelia@zulip.com"