From 9db02736120ce911f670e2a1f31efef5435aca7c Mon Sep 17 00:00:00 2001
From: nmalevanec <mikola.malevanec@transoftgroup.com>
Date: Fri, 15 Dec 2017 10:31:57 +0200
Subject: [PATCH] 6486: magento/magento2#6486: Unable to save certain product
 properties via Rest API

---
 .../Magento/Catalog/Api/ProductRepositoryInterfaceTest.php      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php b/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php
index 7b7ec5e628d..13e0c4697cc 100644
--- a/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php
+++ b/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php
@@ -314,7 +314,7 @@ class ProductRepositoryInterfaceTest extends WebapiAbstract
         $weight = 12.2;
         $sku = 'simple_product_without_specified_type';
         $product = [
-            'sku' => '' . $sku . '',
+            'sku' => $sku,
             'name' => 'Simple Product Without Specified Type',
             'price' => $price,
             'weight' => $weight,
-- 
GitLab