2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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
}
}
}
}]