From def64ae8646b43bdf6db16cb048fea82f3c4229b Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Thu, 7 Aug 2025 11:25:33 +0530 Subject: [PATCH] refactor(test): incorrect fieldname for abbrevation --- erpnext/tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/tests/utils.py b/erpnext/tests/utils.py index edfd0850f22..0845e12ad6d 100644 --- a/erpnext/tests/utils.py +++ b/erpnext/tests/utils.py @@ -881,7 +881,7 @@ class ERPNextTestSuite(unittest.TestCase): "full_name": "Test User", "company_name": "Wind Power LLC", "timezone": "America/New_York", - "company_abbr": "WP", + "abbr": "WP", "industry": "Manufacturing", "country": "United States", # "fy_start_date": f"{current_year}-01-01",