Skip to content

Commit e044604

Browse files
paru-odoomsh-odoo
authored andcommitted
[IMP] website_sale_comparison: adapt product_comparison tour
1 parent 6118d08 commit e044604

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

addons/website_sale_comparison/tests/test_website_sale_comparison.py

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def setUpClass(cls):
117117
for variant, price in zip(cls.variants_margaux, [487.32, 394.05, 532.44, 1047.84]):
118118
variant.product_template_attribute_value_ids.filtered(lambda ptav: ptav.attribute_id == cls.attribute_vintage).price_extra = price
119119

120-
# TODO master-mysterious-egg fix error
121-
@unittest.skip("prepare mysterious-egg for merging")
122120
def test_01_admin_tour_product_comparison(self):
123121
attribute = self.env['product.attribute'].create({
124122
'name': 'Color',

0 commit comments

Comments
 (0)