From 59a69fc497e99f7e415b46ad33afa37ccfa36b2f Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Wed, 17 Jun 2026 10:22:00 +0530 Subject: [PATCH] refactor(test): broken test case in accounts controller --- erpnext/controllers/tests/test_accounts_controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/controllers/tests/test_accounts_controller.py b/erpnext/controllers/tests/test_accounts_controller.py index 673d2d82734..da18c84f516 100644 --- a/erpnext/controllers/tests/test_accounts_controller.py +++ b/erpnext/controllers/tests/test_accounts_controller.py @@ -864,7 +864,7 @@ class TestAccountsController(ERPNextTestSuite): # Create a Sales Invoice sinv = frappe.new_doc("Sales Invoice") - sinv.customer = self.customer + sinv.customer = "_Test Customer" sinv.company = self.company sinv.currency = "INR" sinv.taxes_and_charges = "_Test Tax - _TC" @@ -880,7 +880,7 @@ class TestAccountsController(ERPNextTestSuite): def test_19_fetch_taxes_based_on_item_tax_template_template(self): # Create a Sales Invoice sinv = frappe.new_doc("Sales Invoice") - sinv.customer = self.customer + sinv.customer = "_Test Customer" sinv.company = self.company sinv.currency = "INR" sinv.append(