Skip to content

Commit 9c849fa

Browse files
committed
MAGETWO-45086: Error during product import with Replace behavior
1 parent 3456274 commit 9c849fa

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import/ValidateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testFieldStateAfterValidation()
2626
$formKey = $this->_objectManager->get('Magento\Framework\Data\Form\FormKey');
2727
$this->getRequest()->setPostValue('form_key', $formKey->getFormKey());
2828
$this->getRequest()->setPostValue('entity', 'catalog_product');
29-
$this->getRequest()->setPostValue('behavior', 'replace');
29+
$this->getRequest()->setPostValue('behavior', 'append');
3030
$this->getRequest()->setPostValue('_import_field_separator', ',');
3131

3232

0 commit comments

Comments
 (0)