mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
Fix a grammatical error in status change message.
This commit is contained in:
committed by
Steve Howell
parent
74f40a0a58
commit
92fefa0e7e
@@ -203,7 +203,7 @@ class GithubWebhookTest(WebhookTestCase):
|
||||
|
||||
def test_status_msg(self):
|
||||
# type: () -> None
|
||||
expected_message = u"[9049f12](https://github.com/baxterthehacker/public-repo/commit/9049f1265b7d61be4a8904a9a27120d2064dab3b) changed it's status to success"
|
||||
expected_message = u"[9049f12](https://github.com/baxterthehacker/public-repo/commit/9049f1265b7d61be4a8904a9a27120d2064dab3b) changed its status to success"
|
||||
self.send_and_test_stream_message('status', self.EXPECTED_SUBJECT_REPO_EVENTS, expected_message, HTTP_X_GITHUB_EVENT='status')
|
||||
|
||||
def test_pull_request_review_msg(self):
|
||||
|
||||
Reference in New Issue
Block a user