Skip to content

Commit 75999e0

Browse files
authored
Update SecurityManagerTest.php
1 parent c81212c commit 75999e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Security/Test/Unit/Model/SecurityManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function testConstructorException()
161161
public function testPerformSecurityCheck()
162162
{
163163
$requestType = PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST;
164-
$accountReference = ResetMethod::OPTION_BY_IP_OR_EMAIL;
164+
$accountReference = ResetMethod::OPTION_BY_IP_AND_EMAIL;
165165
$longIp = 12345;
166166

167167
$this->remoteAddressMock->expects($this->once())

0 commit comments

Comments
 (0)