Merge pull request #16336 from hrwX/fix_parse_email_test
chore: prefix test for parse_email
This commit is contained in:
commit
6dfd279863
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import unittest
|
|||
from urllib.parse import quote
|
||||
|
||||
import frappe
|
||||
from frappe.email.doctype.email_queue.email_queue import EmailQueue
|
||||
from frappe.core.doctype.communication.communication import get_emails
|
||||
from frappe.email.doctype.email_queue.email_queue import EmailQueue
|
||||
|
||||
test_records = frappe.get_test_records('Communication')
|
||||
|
||||
|
|
@ -202,7 +202,7 @@ class TestCommunication(unittest.TestCase):
|
|||
|
||||
self.assertIn(("Note", note.name), doc_links)
|
||||
|
||||
def parse_emails(self):
|
||||
def test_parse_emails(self):
|
||||
emails = get_emails(
|
||||
[
|
||||
'comm_recipient+DocType+DocName@example.com',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue