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 fa6782f commit 9db0273Copy full SHA for 9db0273
dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php
@@ -314,7 +314,7 @@ public function testCreateWithoutSpecifiedType()
314
$weight = 12.2;
315
$sku = 'simple_product_without_specified_type';
316
$product = [
317
- 'sku' => '' . $sku . '',
+ 'sku' => $sku,
318
'name' => 'Simple Product Without Specified Type',
319
'price' => $price,
320
'weight' => $weight,
0 commit comments