Skip to content

Commit e089eab

Browse files
akaashakaash
authored andcommitted
ACQE-5000 | Disable limit of reset requests (for Customers)
1 parent 9fe820a commit e089eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/ForgotPasswordPostTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function testDisableLimitOfResetRequests(): void
164164

165165
foreach ($searchResults->getItems() as $customer) {
166166
$customAttributes = $customer->getCustomAttributes();
167-
$numberOfRequests = $customAttributes['rp_token_lifetime'] ?? null;
167+
$numberOfRequests = $customAttributes['max_number_password_reset_requests'] ?? null;
168168

169169
$this->assertNull($numberOfRequests);
170170
}

0 commit comments

Comments
 (0)