From 33b5cebe750a8bc8a96401bd6cda729fa9b00a9d Mon Sep 17 00:00:00 2001 From: Rodney Ewing Date: Tue, 9 Jul 2013 16:52:37 -0700 Subject: fixed some typos and missed imports --- mediagoblin/tests/test_basic_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediagoblin/tests/test_basic_auth.py') 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') -- cgit v1.2.3