We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8cc3 commit 2d6ba55Copy full SHA for 2d6ba55
src/Symfony/Component/Mailer/Bridge/Postal/Tests/Transport/PostalApiTransportTest.php
@@ -64,7 +64,7 @@ public function testSend()
64
$this->assertSame(base64_encode('some attachment'), $body['attachments'][0]['data']);
65
$this->assertSame('foo@bar.fr', $body['reply_to']);
66
67
- return new JsonMockResponse(['message_id' => 'foobar'], [
+ return new JsonMockResponse(['data' => ['message_id' => 'foobar']], [
68
'http_code' => 200,
69
]);
70
});
0 commit comments