From bd228cb59900036832cb53c9354136d4d27b2221 Mon Sep 17 00:00:00 2001 From: Ally Weir Date: Wed, 15 May 2019 11:14:59 +0100 Subject: [PATCH] Fixed mis-capitalisation in comment. --- tests/auth_tests/test_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auth_tests/test_forms.py b/tests/auth_tests/test_forms.py index e36931501e..19397ad5d6 100644 --- a/tests/auth_tests/test_forms.py +++ b/tests/auth_tests/test_forms.py @@ -881,7 +881,7 @@ class PasswordResetFormTest(TestDataMixin, TestCase): def test_save_html_email_template_name(self): """ - Test the PasswordResetFOrm.save() method with html_email_template_name + Test the PasswordResetForm.save() method with html_email_template_name parameter specified. Test to ensure that a multipart email is sent with both text/plain and text/html parts.