mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
ci: fix timezone for python mariadb tests (#54464)
This commit is contained in:
@@ -151,6 +151,7 @@ class BootStrapTestData:
|
||||
frappe.db.commit() # nosemgrep
|
||||
|
||||
def make_master_data(self):
|
||||
self.update_system_settings()
|
||||
self.make_fiscal_year()
|
||||
self.make_holiday_list()
|
||||
self.make_company()
|
||||
@@ -203,7 +204,6 @@ class BootStrapTestData:
|
||||
self.update_support_settings()
|
||||
self.update_selling_settings()
|
||||
self.update_stock_settings()
|
||||
self.update_system_settings()
|
||||
|
||||
frappe.db.commit() # nosemgrep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user