diff options
| author | Ally Weir <ally.pcgf@gmail.com> | 2019-05-15 11:14:59 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-05-15 12:14:59 +0200 |
| commit | bd228cb59900036832cb53c9354136d4d27b2221 (patch) | |
| tree | 2de1c7f0363515aaaefafb34e8912b5b7a90f4ac /tests/auth_tests/test_forms.py | |
| parent | 43f54e136e9282f5c0bfcf1169d0d59b3c365add (diff) | |
Fixed mis-capitalisation in comment.
Diffstat (limited to 'tests/auth_tests/test_forms.py')
| -rw-r--r-- | tests/auth_tests/test_forms.py | 2 |
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. |
