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 0b9013e commit 78db864Copy full SHA for 78db864
dev/tests/integration/testsuite/Magento/Customer/Controller/AccountTest.php
@@ -783,7 +783,7 @@ public function testConfirmationEmailWithSpecialCharacters(): void
783
784
$this->assertContains('To: ' . $nameEmail, $rawMessage);
785
786
- $content = $message->getBody()->getParts()[0]->getRawContent();
+ $content = $messageBodyPart->getRawContent();
787
$confirmationUrl = $this->getConfirmationUrlFromMessageContent($content);
788
$this->setRequestInfo($confirmationUrl, 'confirm');
789
$this->clearCookieMessagesList();
0 commit comments