Skip to content

Commit dd12afb

Browse files
committed
MAGETWO-35643: Pull request processing
1 parent 50a094c commit dd12afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tools/performance-toolkit/fixtures/configurable_products.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ public function execute()
885885
/** @var \Magento\ImportExport\Model\Import $import */
886886
$import = $this->application->getObjectManager()->create(
887887
'Magento\ImportExport\Model\Import',
888-
['data' => ['entity' => 'catalog_product', 'behavior' => 'append']]
888+
['data' => ['entity' => 'catalog_product', 'behavior' => 'replace']]
889889
);
890890

891891
$source = new \Magento\ToolkitFramework\ImportExport\Fixture\Complex\Generator($pattern, $configurablesCount);

0 commit comments

Comments
 (0)