mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-25 04:53:01 +00:00
refactor(test): remove explicit call to master data setup
This commit is contained in:
@@ -99,7 +99,7 @@ class TestQueries(ERPNextTestSuite):
|
||||
{
|
||||
"user": user.name,
|
||||
"doctype": "Employee",
|
||||
"docname": self.employees[0].name,
|
||||
"docname": "_Test Employee",
|
||||
"is_default": 1,
|
||||
"apply_to_all_doctypes": 1,
|
||||
"applicable_doctypes": [],
|
||||
|
||||
Reference in New Issue
Block a user