Skip to content

Commit 7cc24e1

Browse files
akaashakaash
authored andcommitted
ACQE-4774 | PR Feedback
1 parent dbb9844 commit 7cc24e1

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Newsletter/Model/Plugin

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Newsletter/Model/Plugin/PluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function testCreateAccountWithNewsLetterSubscription() :void
287287
->addTo('customer@example.com')
288288
->getTransport();
289289

290-
$message = $transport->getMessage();
290+
$message = $this->transportBuilderMock->getSentMessage();
291291

292292
$this->assertStringContainsString(
293293
$subscriber->getConfirmationLink(),

0 commit comments

Comments
 (0)