Skip to content

Commit 99c3bc5

Browse files
mazhalaiOlga Kopylova
authored andcommitted
MAGETWO-43031: Test and Fix Sample Data
- CR comment
1 parent ebd9a4c commit 99c3bc5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/SampleData/Module/ConfigurableProduct/Setup

1 file changed

+1
-1
lines changed

app/code/Magento/SampleData/Module/ConfigurableProduct/Setup/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function run()
9797

9898
$source = $this->csvSourceFactory->create(
9999
[
100-
'file' => '/fixtures/ConfigurableProduct/import-export_products-img.csv',
100+
'file' => 'fixtures/ConfigurableProduct/import-export_products-img.csv',
101101
'directory' => $this->readFactory->create(
102102
$this->componentRegistrar->getPath(ComponentRegistrar::MODULE, 'Magento_SampleData')
103103
)

0 commit comments

Comments
 (0)