fix: Fixed new pylint warnings (#28724)

This commit is contained in:
Usama Sadiq
2021-09-23 17:54:04 +05:00
committed by GitHub
parent 32748788bf
commit 484cd536e2
21 changed files with 26 additions and 26 deletions

View File

@@ -68,7 +68,7 @@ class PasswordPolicyValidatorsTestCase(unittest.TestCase):
assert len(not_normalized_password) == 3
# When we normalize we expect the not_normalized password to fail
# because it should be normalized to u'\u1E69' -> ṩ
# because it should be normalized to '\u1E69' -> ṩ
self.validation_errors_checker(not_normalized_password,
'This password is too short. It must contain at least 2 characters.')