Skip to content

Commit 41d10af

Browse files
committed
[IMP] website_sale_autocomplete: re-enable test_autocomplete tour
1 parent 64e6026 commit 41d10af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

addons/website_sale_autocomplete/tests/test_ui.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22

33
from odoo.tests import HttpCase, patch, tagged
4-
import unittest
54

65
from odoo.addons.google_address_autocomplete.controllers.google_address_autocomplete import (
76
AutoCompleteController,
@@ -24,8 +23,6 @@ def setUpClass(cls):
2423
'list_price': 1
2524
})
2625

27-
# TODO master-mysterious-egg fix error
28-
@unittest.skip("prepare mysterious-egg for merging")
2926
def test_autocomplete(self):
3027
with patch.object(AutoCompleteController, '_perform_complete_place_search',
3128
lambda controller, *args, **kwargs: {

0 commit comments

Comments
 (0)