Skip to content

Commit 1c81c10

Browse files
author
Roman Lytvynenko
committed
MAGETWO-99493: Account lock status not showing correctly in Customer Grid
1 parent 9a5b1e3 commit 1c81c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Grid/CollectionReindexOnAccountLockTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ private function lockCustomerAccountWithInvalidAuthentications()
3232
for ($i = 0; $i < 10; $i++) {
3333
try {
3434
$accountManagement->authenticate('[email protected]', 'wrongPassword');
35+
// phpcs:ignore Magento2.CodeAnalysis.EmptyBlock
3536
} catch (InvalidEmailOrPasswordException $e) {
3637
}
3738
}

0 commit comments

Comments
 (0)