diff tests/test_data_assetor.py @ 316:eb958151c8dc

tests: Bad me, the tests were broken. Now they're fixed.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 28 Mar 2015 12:41:02 -0700
parents 3471ffa059b2
children 422052d2e978
line wrap: on
line diff
--- a/tests/test_data_assetor.py	Fri Mar 27 20:47:31 2015 -0700
+++ b/tests/test_data_assetor.py	Sat Mar 28 12:41:02 2015 -0700
@@ -67,6 +67,7 @@
     app.env = MagicMock()
     app.env.base_asset_url_format = url_format
     app.config = {
+            'site/root': '/',
             'site/pretty_urls': pretty_urls}
     assets_path = 'foo/bar-assets'
     actual = build_base_url(app, uri, assets_path)