diff --git a/product/ERP5/tests/testAccounting.py b/product/ERP5/tests/testAccounting.py
index 4fd495805587fd62348e08943b251f72a23048f9..eec14502430067e52380b336d501a01b03e165e9 100644
--- a/product/ERP5/tests/testAccounting.py
+++ b/product/ERP5/tests/testAccounting.py
@@ -2253,7 +2253,7 @@ class TestTransactions(AccountingTestCase):
     self.assertEquals(self.main_section,
         self.main_section.Organisation_getMappingRelatedOrganisation())
 
-    client = self.organisation_module.client_1
+    client = self.organisation_module.client_2
     self.assertEquals(None, client.getGroupValue())
     self.assertEquals(client,
         client.Organisation_getMappingRelatedOrganisation())