From: Christopher Allan Webber Date: Wed, 24 Aug 2011 04:20:20 +0000 (-0500) Subject: Static serving in test_paste.ini wasn't pointing at test_user_dev either X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=12c340fc07bdf576ffb6da6b5e3b525119131b3b;p=mediagoblin.git Static serving in test_paste.ini wasn't pointing at test_user_dev either Not that it matters too much, but... should point it to the right place :) --- diff --git a/mediagoblin/tests/test_paste.ini b/mediagoblin/tests/test_paste.ini index 929a1ccf..e7574b7a 100644 --- a/mediagoblin/tests/test_paste.ini +++ b/mediagoblin/tests/test_paste.ini @@ -14,7 +14,7 @@ config = %(here)s/test_mgoblin_app.ini [app:publicstore_serve] use = egg:Paste#static -document_root = %(here)s/user_dev/media/public +document_root = %(here)s/test_user_dev/media/public [app:mediagoblin_static] use = egg:Paste#static