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"