Commit d6dbefff authored by Serge S. Koval's avatar Serge S. Koval

Fixed unit tests

parent d8f23e3d
......@@ -152,7 +152,7 @@ def test_baseview_registration():
# Verify generated blueprint properties
eq_(bp.name, view.endpoint)
eq_(bp.url_prefix, view.url)
eq_(bp.template_folder, 'templates')
eq_(bp.template_folder, 'templates/bootstrap2')
eq_(bp.static_folder, view.static_folder)
# Verify customizations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment