mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] contract_payment_auto: Switch test to HttpCase
This commit is contained in:
@@ -8,12 +8,12 @@ from contextlib import contextmanager
|
||||
|
||||
from odoo import fields
|
||||
from odoo.tools import mute_logger
|
||||
from odoo.tests.common import TransactionCase
|
||||
from odoo.tests import common
|
||||
|
||||
from ..models import account_analytic_account
|
||||
|
||||
|
||||
class TestAccountAnalyticAccount(TransactionCase):
|
||||
class TestAccountAnalyticAccount(common.HttpCase):
|
||||
|
||||
def setUp(self):
|
||||
super(TestAccountAnalyticAccount, self).setUp()
|
||||
|
||||
Reference in New Issue
Block a user