mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: fix tests
This commit is contained in:
parent
8efc8874fe
commit
2b88938e14
@ -7,7 +7,7 @@ import re
|
|||||||
from odoo import Command
|
from odoo import Command
|
||||||
from unittest.mock import patch, mock_open
|
from unittest.mock import patch, mock_open
|
||||||
|
|
||||||
from odoo.tests.common import Form, tagged, HttpCase
|
from odoo.tests.common import tagged, HttpCase
|
||||||
from .common import RunbotCase
|
from .common import RunbotCase
|
||||||
|
|
||||||
_logger = logging.getLogger(__name__)
|
_logger = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user