Skip to content

Commit e43c0f8

Browse files
committed
[IMP] website_sale_loyalty: adapt shop_sale_loyalty tour
1 parent 3cb68a2 commit e43c0f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

addons/website_sale_loyalty/tests/test_shop_sale_coupon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ def setUpClass(cls):
3636
cls.env.ref('website.default_website').company_id = cls.env.company
3737
cls.public_category = cls.env['product.public.category'].create({'name': 'Public Category'})
3838

39-
# TODO master-mysterious-egg fix error
40-
@unittest.skip("prepare mysterious-egg for merging")
4139
def test_01_admin_shop_sale_loyalty_tour(self):
4240
if self.env['ir.module.module']._get('payment_custom').state != 'installed':
4341
self.skipTest("Transfer provider is not installed")

0 commit comments

Comments
 (0)