aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_edit.py
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-05-15 15:56:05 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-05-24 16:52:48 -0700
commitfa7232913c42fe242e07060f0f42ff546f6d68cc (patch)
treebb605840559c7e0c0f341f5583af5e5158b12286 /mediagoblin/tests/test_edit.py
parentf65615eaf9bd01786ae91c21103b7b3ef921896f (diff)
downloadmediagoblin-fa7232913c42fe242e07060f0f42ff546f6d68cc.tar.lz
mediagoblin-fa7232913c42fe242e07060f0f42ff546f6d68cc.tar.xz
mediagoblin-fa7232913c42fe242e07060f0f42ff546f6d68cc.zip
modified test .ini files and changed tests to use basic_auth bcrypt
Diffstat (limited to 'mediagoblin/tests/test_edit.py')
-rw-r--r--mediagoblin/tests/test_edit.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_edit.py b/mediagoblin/tests/test_edit.py
index 08b4f8cf..ccdf9c29 100644
--- a/mediagoblin/tests/test_edit.py
+++ b/mediagoblin/tests/test_edit.py
@@ -21,7 +21,8 @@ from mediagoblin import mg_globals
from mediagoblin.db.models import User
from mediagoblin.tests.tools import fixture_add_user
from mediagoblin.tools import template
-from mediagoblin.auth.lib import bcrypt_check_password
+from mediagoblin.plugins.basic_auth.lib import bcrypt_check_password
+
class TestUserEdit(object):
def setup(self):