Skip to content

Commit c81212c

Browse files
authored
Update QuantityTest.php
1 parent 5174e50 commit c81212c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Security/Test/Unit/Model/SecurityChecker/QuantityTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
147147
return [
148148
[
149149
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST,
150-
ResetMethod::OPTION_BY_IP_OR_EMAIL
150+
ResetMethod::OPTION_BY_IP_AND_EMAIL
151151
],
152152
[
153153
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST,
@@ -159,7 +159,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
159159
],
160160
[
161161
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST,
162-
ResetMethod::OPTION_BY_IP_OR_EMAIL
162+
ResetMethod::OPTION_BY_IP_AND_EMAIL
163163
],
164164
[
165165
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST,

0 commit comments

Comments
 (0)