fixed some typos and missed imports

This commit is contained in:
Rodney Ewing
2013-07-09 16:52:37 -07:00
parent f66e4282d4
commit 33b5cebe75
3 changed files with 9 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ def test_bcrypt_gen_password_hash():
'notthepassword', hashed_pw, '3><7R45417')
def test_change_password(self, test_app):
def test_change_password(test_app):
"""Test changing password correctly and incorrectly"""
test_user = fixture_add_user(password=u'toast')