diff options
Diffstat (limited to 'tests/auth_tests/test_views.py')
| -rw-r--r-- | tests/auth_tests/test_views.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auth_tests/test_views.py b/tests/auth_tests/test_views.py index 2941716422..5ea536151e 100644 --- a/tests/auth_tests/test_views.py +++ b/tests/auth_tests/test_views.py @@ -1519,9 +1519,9 @@ class ChangelistTests(AuthViewsTestCase): # ReadOnlyPasswordHashWidget is used to render the field. self.assertContains( response, - "<strong>algorithm</strong>: %s\n\n" - "<strong>salt</strong>: %s********************\n\n" - "<strong>hash</strong>: %s**************************\n\n" + "<strong>algorithm</strong>: <bdi>%s</bdi>\n\n" + "<strong>salt</strong>: <bdi>%s********************</bdi>\n\n" + "<strong>hash</strong>: <bdi>%s**************************</bdi>\n\n" % ( algo, salt[:2], |
