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 :)
This commit is contained in:
Christopher Allan Webber 2011-08-23 23:20:20 -05:00
parent ba880861c3
commit 12c340fc07

View File

@ -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