[FIX] runbot: fix tests

This commit is contained in:
Xavier-Do 2024-11-05 09:47:23 +01:00
parent b73cf4741e
commit 66b16d4a9e

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