diff --git a/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py b/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py index 78174b097bd..14e88afca39 100644 --- a/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py +++ b/erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py @@ -186,6 +186,8 @@ class TestCustomerLedgerSummary(AccountsTestMixin, IntegrationTestCase): expected = { "party": "_Test Customer", "customer_name": "_Test Customer", + "customer_group": "_Test Customer Group", + "territory": "_Test Territory", "party_name": "_Test Customer", "opening_balance": 0, "invoiced_amount": 100.0, @@ -213,6 +215,8 @@ class TestCustomerLedgerSummary(AccountsTestMixin, IntegrationTestCase): expected = { "party": "_Test Customer", "customer_name": "_Test Customer", + "customer_group": "_Test Customer Group", + "territory": "_Test Territory", "party_name": "_Test Customer", "opening_balance": 0, "invoiced_amount": 100.0,