summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests/test_templates.py')
-rw-r--r--tests/auth_tests/test_templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_tests/test_templates.py b/tests/auth_tests/test_templates.py
index b9db10763c..866e4bd355 100644
--- a/tests/auth_tests/test_templates.py
+++ b/tests/auth_tests/test_templates.py
@@ -56,7 +56,7 @@ class AuthTemplateTests(TestCase):
# browser's password managers.
self.assertContains(
response,
- '<input style="display: none;" autocomplete="username" value="jsmith">',
+ '<input class="hidden" autocomplete="username" value="jsmith">',
)
def test_PasswordResetCompleteView(self):