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 d1144d4 commit 8334ad0Copy full SHA for 8334ad0
dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementMeTest.php
@@ -215,15 +215,6 @@ public function testGetCustomerData()
215
216
public function testGetCustomerActivateCustomer()
217
{
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
-
227
$serviceInfo = [
228
'rest' => [
229
'resourcePath' => self::RESOURCE_PATH . '/activate',
0 commit comments