FIX: use metadata to hold the message_id with sparkpost

This commit is contained in:
Régis Hanol
2016-10-27 19:35:50 +02:00
parent 407cda1dfe
commit 71f940d478
3 changed files with 7 additions and 3 deletions

View File

@ -109,7 +109,9 @@ describe WebhooksController do
"msys" => {
"message_event" => {
"bounce_class" => 10,
"message_id" => message_id
"rcpt_meta" => {
"message_id" => message_id
}
}
}
}]