Skip to content

Commit d4223dc

Browse files
MAGETWO-70628: Missing link to reset password in forgot your password email
1 parent 1df606e commit d4223dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Unit/Model/EmailNotificationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ public function testPasswordResetConfirmation()
545545

546546
$this->scopeConfigMock->expects($this->at(0))
547547
->method('getValue')
548-
->with(EmailNotification::XML_PATH_RESET_PASSWORD_TEMPLATE, ScopeInterface::SCOPE_STORE, $customerStoreId)
548+
->with(EmailNotification::XML_PATH_FORGOT_EMAIL_TEMPLATE, ScopeInterface::SCOPE_STORE, $customerStoreId)
549549
->willReturn($templateIdentifier);
550550
$this->scopeConfigMock->expects($this->at(1))
551551
->method('getValue')

0 commit comments

Comments
 (0)