tests: Fix send_message calls in test_subs.py.

This commit is contained in:
Steve Howell 2017-10-28 09:13:37 -07:00 committed by Tim Abbott
parent fba754224c
commit bb42004464
1 changed files with 1 additions and 1 deletions

View File

@ -2255,7 +2255,7 @@ class InviteOnlyStreamTest(ZulipTestCase):
email = self.example_email("cordelia")
with self.assertRaises(JsonableError):
self.send_message(email, "Saxony", Recipient.STREAM)
self.send_stream_message(email, "Saxony")
def test_list_respects_invite_only_bit(self):
# type: () -> None