mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 23:18:02 +00:00
refactor(test): hardcoded names over dynamic ones
Much faster bootstrap without those get_doc calls
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user