0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed fixture for send test email

This commit is contained in:
Rish 2019-11-06 15:21:13 +07:00
parent c2633b09ea
commit b3aba084ee

View file

@ -367,6 +367,11 @@
"name": "Email preview",
"action_type": "read",
"object_type": "email_preview"
},
{
"name": "Send test email",
"action_type": "sendTestEmail",
"object_type": "email_preview"
}
]
},