Skip to content

Commit 9db0273

Browse files
committed
6486: #6486: Unable to save certain product properties via Rest API
1 parent fa6782f commit 9db0273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function testCreateWithoutSpecifiedType()
314314
$weight = 12.2;
315315
$sku = 'simple_product_without_specified_type';
316316
$product = [
317-
'sku' => '' . $sku . '',
317+
'sku' => $sku,
318318
'name' => 'Simple Product Without Specified Type',
319319
'price' => $price,
320320
'weight' => $weight,

0 commit comments

Comments
 (0)