mirror of https://github.com/zulip/zulip.git
test-example: Revise comment with number of emails generated.
Updates comment to not include the number of emails generated so that it doesn't need to be updated every time a new email is added. The current count in the comment is already out-of-date.
This commit is contained in:
parent
84723654c8
commit
c323afd9d7
|
@ -403,7 +403,7 @@ class TestDevelopmentEmailsLog(ZulipTestCase):
|
|||
) # Generates emails and redirects to /emails/
|
||||
self.assertEqual("/emails/", result["Location"]) # Make sure redirect URL is correct.
|
||||
|
||||
# The above call to /emails/generate/ creates 15 emails and
|
||||
# The above call to /emails/generate/ creates the emails and
|
||||
# logs the below line for every email.
|
||||
output_log = (
|
||||
"INFO:root:Emails sent in development are available at http://testserver/emails"
|
||||
|
|
Loading…
Reference in New Issue