refactor(test): hardcoded names over dynamic ones

Much faster bootstrap without those get_doc calls
This commit is contained in:
ruthra kumar
2026-03-01 21:33:45 +05:30
parent 5a4a77f5d2
commit e67165d6ce
26 changed files with 67 additions and 58 deletions

View File

@@ -55,7 +55,7 @@ class TestPlaidSettings(ERPNextTestSuite):
}
bank = json.dumps(frappe.get_doc("Bank", "Citi").as_dict(), default=json_handler)
company = self.companies[0].name
company = "_Test Company"
add_bank_accounts(bank_accounts, bank, company)