diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 16:52:37 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-16 10:28:49 -0700 |
commit | 33b5cebe750a8bc8a96401bd6cda729fa9b00a9d (patch) | |
tree | 9d61760f1602e8277f79a08b27e85234afa0e74c /mediagoblin/tests/test_basic_auth.py | |
parent | f66e4282d481fbc97e9c38eb805232a0a2d21960 (diff) | |
download | mediagoblin-33b5cebe750a8bc8a96401bd6cda729fa9b00a9d.tar.lz mediagoblin-33b5cebe750a8bc8a96401bd6cda729fa9b00a9d.tar.xz mediagoblin-33b5cebe750a8bc8a96401bd6cda729fa9b00a9d.zip |
fixed some typos and missed imports
Diffstat (limited to 'mediagoblin/tests/test_basic_auth.py')
-rw-r--r-- | mediagoblin/tests/test_basic_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_basic_auth.py b/mediagoblin/tests/test_basic_auth.py index e03f90f0..45deab7c 100644 --- a/mediagoblin/tests/test_basic_auth.py +++ b/mediagoblin/tests/test_basic_auth.py @@ -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') |