aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_basic_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests/test_basic_auth.py')
-rw-r--r--mediagoblin/tests/test_basic_auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/tests/test_basic_auth.py b/mediagoblin/tests/test_basic_auth.py
index 20098ab7..a985c315 100644
--- a/mediagoblin/tests/test_basic_auth.py
+++ b/mediagoblin/tests/test_basic_auth.py
@@ -72,15 +72,15 @@ def context_modified_app(request):
return get_app(
request,
mgoblin_config=pkg_resources.resource_filename(
- 'mediagoblin.tests', 'basic_auth_appconfig.ini'))
+ 'mediagoblin.tests.auth_configs', 'basic_auth_appconfig.ini'))
def test_fp_view(context_modified_app):
### Oops, forgot the password
- # -------------------
## Register a user
fixture_add_user(active_user=True)
+ # -------------------
template.clear_test_template_context()
response = context_modified_app.post(
'/auth/forgot_password/',