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 c81212c commit 75999e0Copy full SHA for 75999e0
app/code/Magento/Security/Test/Unit/Model/SecurityManagerTest.php
@@ -161,7 +161,7 @@ public function testConstructorException()
161
public function testPerformSecurityCheck()
162
{
163
$requestType = PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST;
164
- $accountReference = ResetMethod::OPTION_BY_IP_OR_EMAIL;
+ $accountReference = ResetMethod::OPTION_BY_IP_AND_EMAIL;
165
$longIp = 12345;
166
167
$this->remoteAddressMock->expects($this->once())
0 commit comments