Browse Source

[FIX] contract_payment_auto: Switch test to HttpCase

pull/115/head
Pedro M. Baeza 7 years ago
parent
commit
9a3bde3ec9
  1. 4
      contract_payment_auto/tests/test_account_analytic_account.py

4
contract_payment_auto/tests/test_account_analytic_account.py

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

Loading…
Cancel
Save