[FIX] runbot: fix tests

This commit is contained in:
Xavier-Do 2024-11-05 09:47:23 +01:00
parent dd2ab7ad42
commit c27766ef72

View File

@ -7,7 +7,7 @@ import re
from odoo import Command
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
_logger = logging.getLogger(__name__)