Skip to content

Commit 5174e50

Browse files
authored
Update FrequencyTest.php
1 parent c1fb73c commit 5174e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
179179
return [
180180
[
181181
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST,
182-
ResetMethod::OPTION_BY_IP_OR_EMAIL
182+
ResetMethod::OPTION_BY_IP_AND_EMAIL
183183
],
184184
[
185185
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST,
@@ -191,7 +191,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
191191
],
192192
[
193193
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST,
194-
ResetMethod::OPTION_BY_IP_OR_EMAIL
194+
ResetMethod::OPTION_BY_IP_AND_EMAIL
195195
],
196196
[
197197
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST,

0 commit comments

Comments
 (0)