diff --git a/web_favicon/tests/test_web_favicon.py b/web_favicon/tests/test_web_favicon.py index 99dbe39ad..690f8fd1a 100644 --- a/web_favicon/tests/test_web_favicon.py +++ b/web_favicon/tests/test_web_favicon.py @@ -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({