Skip to content

Commit c022ad0

Browse files
divy-odooged-odoo
authored andcommitted
[FIX] test_website: adapt test_01_multi_website_settings test
1 parent 9eb2a42 commit c022ad0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addons/test_website/tests/test_settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
@odoo.tests.tagged('-at_install', 'post_install')
99
class TestWebsiteSettings(odoo.tests.HttpCase):
10-
# TODO master-mysterious-egg fix error
11-
@unittest.skip("prepare mysterious-egg for merging")
10+
1211
def test_01_multi_website_settings(self):
1312
# If not enabled (like in demo data), landing on res.config will try
1413
# to disable module_sale_quotation_builder and raise an issue

0 commit comments

Comments
 (0)