mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
tests: Correct documentation on test_message_to_nonexistent_stream
(imported from commit 76176083c1a0494856a3507214e2cfc3844d1fc1)
This commit is contained in:
@@ -344,8 +344,7 @@ class MessagePOSTTest(AuthedTestCase):
|
||||
|
||||
def test_message_to_nonexistent_stream(self):
|
||||
"""
|
||||
Sending a message to a nonexistent stream creates the stream and
|
||||
is successful.
|
||||
Sending a message to a nonexistent stream fails.
|
||||
"""
|
||||
self.login("hamlet@humbughq.com")
|
||||
self.assertFalse(Stream.objects.filter(name="nonexistent_stream"))
|
||||
|
||||
Reference in New Issue
Block a user