mirror of https://github.com/zulip/zulip.git
Fix test broken by 0917d5c2ed1b156603ce53aaec88ecbe26f5f39c
(imported from commit 1efce3527c52722deb5ea5ece4aa2bca5e0665c5)
This commit is contained in:
parent
deffda072f
commit
f5131356f4
|
@ -354,7 +354,7 @@ class MessagePOSTTest(AuthedTestCase):
|
|||
result = self.client.post("/send_message/", {"type": "personal",
|
||||
"content": "Test message",
|
||||
"recipient": "nonexistent"})
|
||||
self.assert_json_error(result, "Invalid email")
|
||||
self.assert_json_error(result, "Invalid email 'nonexistent'")
|
||||
|
||||
def test_invalid_type(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue