From cf552858bc82341e658b1ef6be23629c587484ec Mon Sep 17 00:00:00 2001 From: Sugesh393 Date: Thu, 17 Oct 2024 11:15:09 +0530 Subject: [PATCH] refactor: explicit commit removed --- frappe/email/doctype/notification/test_notification.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/email/doctype/notification/test_notification.py b/frappe/email/doctype/notification/test_notification.py index b494f62e77..9c6d01591d 100644 --- a/frappe/email/doctype/notification/test_notification.py +++ b/frappe/email/doctype/notification/test_notification.py @@ -493,7 +493,6 @@ class TestNotification(IntegrationTestCase): "recipients": [{"receiver_by_document_field": "allocated_to"}], } ).insert() - frappe.db.commit() todo = frappe.new_doc("ToDo") todo.description = "Checking email notification with jinja template"