diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-23 22:56:22 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-23 22:56:22 -0500 |
commit | ba880861c3cc95c76d240d4233b8381f2daaf56d (patch) | |
tree | eb7da2e241e69c6986c3f79d7466210e88a05229 | |
parent | f955a2bccc0fce01b2156aa2883d9b9b99a23443 (diff) | |
download | mediagoblin-ba880861c3cc95c76d240d4233b8381f2daaf56d.tar.lz mediagoblin-ba880861c3cc95c76d240d4233b8381f2daaf56d.tar.xz mediagoblin-ba880861c3cc95c76d240d4233b8381f2daaf56d.zip |
Must switch queuestore_base_dir -> base_dir in test_mgoblin_app.ini
-rw-r--r-- | mediagoblin/tests/test_mgoblin_app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_mgoblin_app.ini b/mediagoblin/tests/test_mgoblin_app.ini index 0109d751..9d938b4f 100644 --- a/mediagoblin/tests/test_mgoblin_app.ini +++ b/mediagoblin/tests/test_mgoblin_app.ini @@ -17,7 +17,7 @@ base_dir = %(here)s/test_user_dev/media/public base_url = /mgoblin_media/ [storage:queuestore] -queuestore_base_dir = %(here)s/test_user_dev/media/queue +base_dir = %(here)s/test_user_dev/media/queue [celery] celery_always_eager = true |