notification bot: Tighten message for being added to streams.

This commit is contained in:
Rishi Gupta
2019-07-10 16:52:48 -07:00
committed by Tim Abbott
parent 15cd2903dd
commit 5cf304f8f9
2 changed files with 4 additions and 4 deletions

View File

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