Skip to content

Commit 48edd7d

Browse files
committed
fix green branch
1 parent 0109637 commit 48edd7d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

addons/survey/tests/test_survey_ui_certification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
from odoo.addons.base.tests.common import HttpCaseWithUserDemo
66

7-
@odoo.tests.common.tagged('post_install', '-at_install', 'plop')
7+
8+
@odoo.tests.common.tagged('post_install', '-at_install')
89
class TestUiCertification(HttpCaseWithUserDemo):
910

1011
def setUp(self):

addons/survey/tests/test_survey_ui_feedback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from odoo import Command
55
from odoo.addons.base.tests.common import HttpCaseWithUserDemo
66

7+
78
@odoo.tests.common.tagged('post_install', '-at_install')
89
class TestUiFeedback(HttpCaseWithUserDemo):
910

odoo/addons/test_lint/tests/test_eslint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from odoo.tests import tagged
1010
from odoo.tools.misc import file_path
1111
from odoo.modules import get_modules
12-
import unittest
1312

1413
from . import lint_case
1514

odoo/addons/test_main_flows/tests/test_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import logging
77
import odoo.tests
8-
import unittest
98

109
_logger = logging.getLogger(__name__)
1110

0 commit comments

Comments
 (0)