Skip to content

Commit a0bff7b

Browse files
committed
[MOV] website: MockRequest to tests.common
closes #1095 Related: odoo/odoo#212405 Related: odoo/enterprise#86717 Related: odoo/upgrade#7775 Signed-off-by: Christophe Monniez (moc) <[email protected]>
1 parent 83ca425 commit a0bff7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test_themes/tests/test_new_page_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66
import re
77

8-
from odoo.addons.website.tools import MockRequest
8+
from odoo.addons.http_routing.tests.common import MockRequest
99
from odoo.tests import tagged, TransactionCase
1010
from odoo.tools import escape_psql
1111

test_themes/tests/test_theme_standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22

3-
from odoo.addons.website.tools import MockRequest
3+
from odoo.addons.http_routing.tests.common import MockRequest
44
from odoo.tests import standalone
55

66

test_themes/tests/test_theme_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from odoo.addons.website.tools import MockRequest
2+
from odoo.addons.http_routing.tests.common import MockRequest
33
from odoo.tests import standalone
44

55

0 commit comments

Comments
 (0)