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 @@ -179,7 +179,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
179
179
return [
180
180
[
181
181
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST ,
182
- ResetMethod::OPTION_BY_IP_OR_EMAIL
182
+ ResetMethod::OPTION_BY_IP_AND_EMAIL
183
183
],
184
184
[
185
185
PasswordResetRequestEvent::CUSTOMER_PASSWORD_RESET_REQUEST ,
@@ -191,7 +191,7 @@ public function dataProviderSecurityEventTypeWithRequestsMethod()
191
191
],
192
192
[
193
193
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST ,
194
- ResetMethod::OPTION_BY_IP_OR_EMAIL
194
+ ResetMethod::OPTION_BY_IP_AND_EMAIL
195
195
],
196
196
[
197
197
PasswordResetRequestEvent::ADMIN_PASSWORD_RESET_REQUEST ,
You can’t perform that action at this time.
0 commit comments