Skip to content

Commit

Permalink
[FIX] web tests: correct wrong route visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
odony committed Dec 19, 2017
1 parent 9b83b1b commit f65f065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def translations(self, mods=None, lang=None):
def version_info(self):
return openerp.service.common.exp_version()

@http.route('/web/tests', type='http', auth="none")
@http.route('/web/tests', type='http', auth="user")
def index(self, mod=None, **kwargs):
return request.render('web.qunit_suite')

Expand Down

0 comments on commit f65f065

Please sign in to comment.