aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_basic_auth.py
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-07-09 16:52:37 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-08-16 10:28:49 -0700
commit33b5cebe750a8bc8a96401bd6cda729fa9b00a9d (patch)
tree9d61760f1602e8277f79a08b27e85234afa0e74c /mediagoblin/tests/test_basic_auth.py
parentf66e4282d481fbc97e9c38eb805232a0a2d21960 (diff)
downloadmediagoblin-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.py2
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')