Skip to content

Commit 8334ad0

Browse files
committed
MC-17648: Registration email confirmation bugfix
1 parent d1144d4 commit 8334ad0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementMeTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,6 @@ public function testGetCustomerData()
215215

216216
public function testGetCustomerActivateCustomer()
217217
{
218-
// Update the customer's confirmation key to a known value
219-
$this->customerData = $this->customerHelper->updateSampleCustomer(
220-
$this->customerData[CustomerInterface::ID],
221-
[
222-
'id' => $this->customerData[CustomerInterface::ID],
223-
'confirmation' => CustomerHelper::CONFIRMATION
224-
]
225-
);
226-
227218
$serviceInfo = [
228219
'rest' => [
229220
'resourcePath' => self::RESOURCE_PATH . '/activate',

0 commit comments

Comments
 (0)