Skip to content

Commit 13c19f2

Browse files
author
Oleksandr Osadchyi
committed
MAGETWO-61873: Customer email Enumeration through frontend login
1 parent 0284bda commit 13c19f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Account/EditPostTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public function testGeneralSave()
204204

205205
$address = $this->getMockBuilder(\Magento\Customer\Api\Data\AddressInterface::class)
206206
->getMockForAbstractClass();
207-
208207
$currentCustomerMock = $this->getCurrentCustomerMock($customerId, $address);
209208
$newCustomerMock = $this->getNewCustomerMock($customerId, $address);
210209

0 commit comments

Comments
 (0)