From b79185ffd6ea347d566cb3e1516e62d665c24ea8 Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Thu, 22 Apr 2021 16:54:31 +1000 Subject: [PATCH] fix test --- certbot/tests/main_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/tests/main_test.py b/certbot/tests/main_test.py index d9f045ae9..9e5ff6d00 100644 --- a/certbot/tests/main_test.py +++ b/certbot/tests/main_test.py @@ -1835,7 +1835,7 @@ class ReportNewCertTest(unittest.TestCase): 'This certificate expires on 1970-01-01.\n' 'These files will be updated when the certificate renews.\n' 'Run "certbot renew" to renew expiring certificates. We recommend setting up a ' - 'scheduled task for renewal, see https://certbot.eff.org/docs/using.html#automated' + 'scheduled task for renewal; see https://certbot.eff.org/docs/using.html#automated' '-renewals for instructions.\n' )