mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
notification bot: Tighten message for being added to streams.
This commit is contained in:
@@ -3399,7 +3399,7 @@ class GetSubscribersTest(ZulipTestCase):
|
||||
self.assert_json_success(ret)
|
||||
|
||||
msg = '''
|
||||
Hi there! @**King Hamlet** just subscribed you to the following streams:
|
||||
@**King Hamlet** subscribed you to the following streams:
|
||||
|
||||
* #**stream_0**
|
||||
* #**stream_1**
|
||||
@@ -3433,7 +3433,7 @@ class GetSubscribersTest(ZulipTestCase):
|
||||
self.assert_json_success(ret)
|
||||
|
||||
msg = '''
|
||||
Hi there! @**King Hamlet** just subscribed you to the stream #**stream_invite_only_1**.
|
||||
@**King Hamlet** subscribed you to the stream #**stream_invite_only_1**.
|
||||
'''
|
||||
self.assert_user_got_subscription_notification(msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user