refactor(test): remove explicit call to master data setup

This commit is contained in:
ruthra kumar
2026-03-02 07:40:17 +05:30
parent e67165d6ce
commit 5237e58f29
9 changed files with 13 additions and 27 deletions

View File

@@ -98,7 +98,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": [],