Skip to content

Commit

Permalink
Correction test test_match_pseudo_change_password_form
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskimon committed Aug 6, 2014
1 parent 62b61f2 commit 056e968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zds/member/tests/tests_forms.py
Expand Up @@ -416,6 +416,7 @@ def test_too_long_change_password_form(self):
self.assertFalse(form.is_valid())

def test_match_pseudo_change_password_form(self):
self.user1.user.username = "LongName"
data = {
'password_old': self.oldpassword,
'password_new': self.user1.user.username,
Expand Down

0 comments on commit 056e968

Please sign in to comment.