fix: enable server script while testing
This commit is contained in:
parent
9ae56289df
commit
9368f0aee4
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ from frappe.utils.xlsxutils import make_xlsx
|
|||
|
||||
|
||||
class TestQueryReport(FrappeTestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls) -> None:
|
||||
cls.enable_safe_exec()
|
||||
return super().setUpClass()
|
||||
|
||||
def tearDown(self):
|
||||
frappe.db.rollback()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue