mirror of https://github.com/OCA/web.git
[IMP] web_favicon: Use relative import
parent
67303731e6
commit
6feaf58d4c
|
@ -25,8 +25,7 @@ class TestWebFavicon(TransactionCase):
|
|||
def test_web_favicon(self):
|
||||
original_request = http.request
|
||||
http.request = FakeRequest(self.env)
|
||||
from odoo.addons.web_favicon.controllers.web_favicon import\
|
||||
WebFavicon
|
||||
from ..controllers.web_favicon import WebFavicon
|
||||
company = self.env['res.company'].search([], limit=1)
|
||||
# default icon
|
||||
company.write({
|
||||
|
|
Loading…
Reference in New Issue