Static serving in test_paste.ini wasn't pointing at test_user_dev either
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 24 Aug 2011 04:20:20 +0000 (23:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 24 Aug 2011 04:20:20 +0000 (23:20 -0500)
Not that it matters too much, but... should point it to the right
place :)

mediagoblin/tests/test_paste.ini

index 929a1ccfdbebd543641063e55c9f3f2811a1036d..e7574b7afbb8aa1e2a7c7c1d02acbb79b359b9f5 100644 (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