diff --git a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py index e785b952c7a22a75c3e0d0e274b6f080b8b25627..e6be1055c27ec03c2df208611cac978cc99c1154 100644 --- a/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py +++ b/product/ERP5Banking/tests/testERP5BankingInternalMoneyDeposit.py @@ -134,11 +134,6 @@ class TestERP5BankingInternalMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase line_list=line_list) - # open counter date and counter - self.openCounterDate(site=self.paris) - self.openCounter(site=self.bi_counter_vault) - - # now we need to create a user as Manager to do the test # in order to have an assigment defined which is used to do transition # Create an Organisation that will be used for users assignment @@ -153,6 +148,10 @@ class TestERP5BankingInternalMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase self.createERP5Users(user_dict) self.logout() self.login('super_user') + # open counter date and counter + self.openCounterDate(site=self.paris) + self.openCounter(site=self.bi_counter_vault) +