Skip to content

Commit c387318

Browse files
akaashakaash
authored andcommitted
Static test fix
1 parent 6ddf402 commit c387318

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml/UserResetPasswordEmailTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ public function testAdminEmailNotificationAfterPasswordChange() :void
122122

123123
/** @var TransportBuilder $transportBuilder */
124124
$transportBuilder = $this->_objectManager->get(TransportBuilder::class);
125-
$templateIdentifier = 'customer_account_information_change_email_and_password_template';
126-
$transport = $transportBuilder->setTemplateIdentifier($templateIdentifier)
125+
$transport = $transportBuilder->setTemplateIdentifier('password_reset')
127126
->setTemplateOptions(
128127
[
129128
'area' => Area::AREA_FRONTEND,

0 commit comments

Comments
 (0)