8000 restore test · odoo-dev/odoo@4443c63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4443c63

Browse files
bso-odooFrancoisGe
authored andcommitted
restore test
1 parent b2e9841 commit 4443c63

File tree

1 file changed

+1
-3
lines changed

addons/test_website/tests/test_systray.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
from odoo.addons.base.tests.common import HttpCase
88

9-
import unittest
10-
119
@tagged('post_install', '-at_install')
1210
class TestSystray(HttpCase):
1311

@@ -42,7 +40,7 @@ def test_01_admin(self):
4240

4341
# TODO master-mysterious-egg fix error
4442
# need to convert auto_hide_menu.js
45-
@unittest.skip("prepare mysterious-egg for merging")
43+
4644
@mute_logger('odoo.addons.http_routing.models.ir_http', 'odoo.http')
4745
def test_02_reditor_tester(self):
4846
self.user_test.group_ids |= self.group_restricted_editor

0 commit comments

Comments
 (0)
0