fix(test): do not use is_group enabled customer group in test

This commit is contained in:
khushi8112
2026-03-31 15:29:22 +05:30
parent 6068dc959f
commit 75fa2b2277
4 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ class TestTaxes(ERPNextTestSuite):
{
"doctype": "Customer",
"customer_name": uuid4(),
"customer_group": "All Customer Groups",
"customer_group": "Individual",
}
).insert()
self.supplier = frappe.get_doc(