Skip to content

Commit d3a62b1

Browse files
MAGETWO-91640: Scheduled Import of Products fails on error when errors should be skipped
- Fix integration test
1 parent dd560f3 commit d3a62b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/categories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
$category = $objectManager->create(\Magento\Catalog\Model\Category::class);
8585
$category->isObjectNew(true);
8686
$category->setId(6)
87-
->setName('Category 2.1')
87+
->setName('Category 2')
8888
->setParentId(2)
8989
->setPath('1/2/6')
9090
->setLevel(2)

0 commit comments

Comments
 (0)