summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_forms.py
diff options
context:
space:
mode:
authorAlly Weir <ally.pcgf@gmail.com>2019-05-15 11:14:59 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-05-15 12:14:59 +0200
commitbd228cb59900036832cb53c9354136d4d27b2221 (patch)
tree2de1c7f0363515aaaefafb34e8912b5b7a90f4ac /tests/auth_tests/test_forms.py
parent43f54e136e9282f5c0bfcf1169d0d59b3c365add (diff)
Fixed mis-capitalisation in comment.
Diffstat (limited to 'tests/auth_tests/test_forms.py')
-rw-r--r--tests/auth_tests/test_forms.py2
1 files changed, 1 insertions, 1 deletions
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.