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:
Lauryn Menard 2023-06-30 13:15:47 +02:00 committed by Tim Abbott
parent 84723654c8
commit c323afd9d7
1 changed files with 1 additions and 1 deletions

View File

@ -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"