[FIX] runbot: fix tests

This commit is contained in:
Xavier-Do 2024-11-05 09:47:23 +01:00 committed by William Braeckman (wbr)
parent 8efc8874fe
commit 2b88938e14

View File

@ -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__)