diff --git a/frappe/patches.txt b/frappe/patches.txt index 38f8fd719e..e570a8d899 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -194,4 +194,5 @@ frappe.patches.v8_x.update_user_permission frappe.patches.v8_5.patch_event_colors frappe.patches.v8_10.delete_static_web_page_from_global_search frappe.patches.v8_x.add_bgn_xaf_xof_currencies -frappe.patches.v9_1.add_sms_sender_name_as_parameters \ No newline at end of file +frappe.patches.v9_1.add_sms_sender_name_as_parameters +execute:frappe.get_single('Domain Settings').save() \ No newline at end of file diff --git a/frappe/tests/test_domainification.py b/frappe/tests/test_domainification.py index 42f1a5478d..2fd2e7f3ff 100644 --- a/frappe/tests/test_domainification.py +++ b/frappe/tests/test_domainification.py @@ -23,6 +23,7 @@ class TestDomainification(unittest.TestCase): frappe.db.sql("delete from `tabHas Role` where role='_Test Role'") frappe.db.sql("delete from tabDomain where name in ('_Test Domain 1', '_Test Domain 2')") frappe.delete_doc('DocType', 'Test Domainification') + self.remove_from_active_domains(remove_all=True) def add_active_domain(self, domain): """ add domain in active domain """