From 18a38a283f203ef8fa6ee9618103157c175be341 Mon Sep 17 00:00:00 2001 From: Dmytro Aponasenko <daponasenko@ebay.com> Date: Mon, 4 May 2015 18:12:53 +0300 Subject: [PATCH] MTA-2080: Sync qmt repository with mainline - Sprint 11 --- .../tests/app/Magento/Customer/Test/Handler/Customer/Curl.php | 1 - 1 file changed, 1 deletion(-) 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 4bd48676164..fb1030c3143 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')) { -- GitLab