mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
committed by
Tim Abbott
parent
186efc6a6d
commit
851b0a871d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user