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:
parent
39523916d4
commit
fe63c5d677
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue