We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe820a commit e089eabCopy full SHA for e089eab
dev/tests/integration/testsuite/Magento/Customer/Controller/ForgotPasswordPostTest.php
@@ -164,7 +164,7 @@ public function testDisableLimitOfResetRequests(): void
164
165
foreach ($searchResults->getItems() as $customer) {
166
$customAttributes = $customer->getCustomAttributes();
167
- $numberOfRequests = $customAttributes['rp_token_lifetime'] ?? null;
+ $numberOfRequests = $customAttributes['max_number_password_reset_requests'] ?? null;
168
169
$this->assertNull($numberOfRequests);
170
}
0 commit comments