Skip to content

Commit 2d6ba55

Browse files
committed
test: update postal mailer transport message id structure
1 parent 45f8cc3 commit 2d6ba55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mailer/Bridge/Postal/Tests/Transport/PostalApiTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testSend()
6464
$this->assertSame(base64_encode('some attachment'), $body['attachments'][0]['data']);
6565
$this->assertSame('foo@bar.fr', $body['reply_to']);
6666

67-
return new JsonMockResponse(['message_id' => 'foobar'], [
67+
return new JsonMockResponse(['data' => ['message_id' => 'foobar']], [
6868
'http_code' => 200,
6969
]);
7070
});

0 commit comments

Comments
 (0)