Skip to content

Commit d38d057

Browse files
committed
MC-38613: Support by Magento CatalogGraphQl
1 parent d108146 commit d38d057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Swatches/_files/visual_swatch_attribute_with_different_options_type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'image-height' => 90,
3131
'image-name' => $imageName,
3232
]);
33-
$imagePath = substr($swatchesMedia->moveImageFromTmp($imageName), 1);
33+
$imagePath = $swatchesMedia->moveImageFromTmp($imageName);
3434
$swatchesMedia->generateSwatchVariations($imagePath);
3535

3636
// Add attribute data

0 commit comments

Comments
 (0)