From c323afd9d7450c6825d48939a9acb2633e4340c5 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Fri, 30 Jun 2023 13:15:47 +0200 Subject: [PATCH] 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. --- zerver/tests/test_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/tests/test_example.py b/zerver/tests/test_example.py index e43205c2e7..a7dd660752 100644 --- a/zerver/tests/test_example.py +++ b/zerver/tests/test_example.py @@ -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"