diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Curl.php b/dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Curl.php index 4bd48676164b0b9016a515f151009349b85683bb..fb1030c3143f16e5496bd47354f74826ed2c457c 100644 --- a/dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Curl.php +++ b/dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Curl.php @@ -86,7 +86,6 @@ class Curl extends AbstractCurl implements CustomerInterface $data = $customer->getData(); $data['group_id'] = $this->getCustomerGroup($customer); $address = []; - $result = []; $url = $_ENV['app_frontend_url'] . 'customer/account/createpost/?nocookie=true'; if ($customer->hasData('address')) {