[FIX] web_widget_float_formula: Fix Travis Build (#671)

This commit is contained in:
Dave Lasley
2017-07-11 23:34:07 -07:00
committed by Pedro M. Baeza
parent 8d8d11f4af
commit 9f77ba2125
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ class TestJS(HttpCase):
def test_js(self):
self.phantom_js(
"/web/tests?module=web_widget_float_formula",
"/web/tests?debug=assets&module=web_widget_float_formula",
"",
login="admin",
)