We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e6026 commit 41d10afCopy full SHA for 41d10af
addons/website_sale_autocomplete/tests/test_ui.py
@@ -1,7 +1,6 @@
1
# Part of Odoo. See LICENSE file for full copyright and licensing details.
2
3
from odoo.tests import HttpCase, patch, tagged
4
-import unittest
5
6
from odoo.addons.google_address_autocomplete.controllers.google_address_autocomplete import (
7
AutoCompleteController,
@@ -24,8 +23,6 @@ def setUpClass(cls):
24
23
'list_price': 1
25
})
26
27
- # TODO master-mysterious-egg fix error
28
- @unittest.skip("prepare mysterious-egg for merging")
29
def test_autocomplete(self):
30
with patch.object(AutoCompleteController, '_perform_complete_place_search',
31
lambda controller, *args, **kwargs: {
0 commit comments