fix(tests): create example.com email_domain record for test

email_account tests rely on this

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-04-23 16:49:39 +05:30
parent 39523916d4
commit fe63c5d677
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -28,5 +28,14 @@
"smtp_server": "smtp.test.com",
"smtp_port": "587",
"password": "password"
},
{
"doctype": "Email Domain",
"domain_name": "example.com",
"email_id": "account@example.com",
"password": "pass",
"email_server": "imap.example.com",
"use_imap": 1,
"smtp_server": "smtp.example.com"
}
]