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 23b043b commit 90f472bCopy full SHA for 90f472b
dev/tests/integration/testsuite/Magento/Newsletter/Model/SubscriberTest.php
@@ -58,7 +58,7 @@ public function testEmailConfirmation(): void
58
$this->assertContains(
59
'/newsletter/subscriber/confirm/id/' . $subscriber->getSubscriberId()
60
. '/code/ysayquyajua23iq29gxwu2eax2qb6gvy',
61
- $this->transportBuilder->getSentMessage()->getRawMessage()
+ $this->transportBuilder->getSentMessage()->getBody()->getParts()[0]->getRawContent()
62
);
63
$this->assertEquals(Subscriber::STATUS_NOT_ACTIVE, $subscriber->getSubscriberStatus());
64
}
0 commit comments