From 8f91919933e5c7ada6e10152e98d9fbcd57c9b63 Mon Sep 17 00:00:00 2001 From: l0gesh29 Date: Tue, 18 Nov 2025 13:42:45 +0530 Subject: [PATCH] test: add party_group, territory in json --- .../customer_ledger_summary/test_customer_ledger_summary.py | 4 ++++ 1 file changed, 4 insertions(+) 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,