diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-15 12:32:20 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-15 12:32:20 -0700 |
commit | 54ef2c408bdae8a7b827ce648567ae94573a99e3 (patch) | |
tree | 36ca249f47cc13564e154f2bd31c6e5f36808b4f /mediagoblin/tests/test_auth.py | |
parent | 5101c469d71286f00e1094ee82e7e15d707f91e4 (diff) | |
download | mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.tar.lz mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.tar.xz mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.zip |
moved authentication_disabled to config_spec
Diffstat (limited to 'mediagoblin/tests/test_auth.py')
-rw-r--r-- | mediagoblin/tests/test_auth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_auth.py b/mediagoblin/tests/test_auth.py index 9630305a..83e71580 100644 --- a/mediagoblin/tests/test_auth.py +++ b/mediagoblin/tests/test_auth.py @@ -24,7 +24,6 @@ from mediagoblin.tests.tools import get_app, fixture_add_user from mediagoblin.tools import template, mail from mediagoblin.auth.tools import AuthError from mediagoblin.auth import tools as auth_tools -from mediagoblin import auth def test_register_views(test_app): |