File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Security/Test/Unit/Model/SecurityChecker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
147
147
return [
148
148
[
149
149
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST ,
150
- ResetMethod::OPTION_BY_IP_OR_EMAIL
150
+ ResetMethod::OPTION_BY_IP_AND_EMAIL
151
151
],
152
152
[
153
153
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST ,
@@ -159,7 +159,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
159
159
],
160
160
[
161
161
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST ,
162
- ResetMethod::OPTION_BY_IP_OR_EMAIL
162
+ ResetMethod::OPTION_BY_IP_AND_EMAIL
163
163
],
164
164
[
165
165
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST ,
You can’t perform that action at this time.
0 commit comments