Skip to content

Commit aaf05d2

Browse files
committed
MC-29059: Api-functional test for staged product preview
- debugging jenkins failure
1 parent 00227d6 commit aaf05d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
);
2222

23-
/** @var Magento\Catalog\Api\CategoryLinkManagementInterface $linkManagement */
23+
/** @var Magento\Catalog\Api\CategoryLinkManagementInterface $categoryLinkManagement */
2424
$categoryLinkManagement = $objectManager->create(\Magento\Catalog\Api\CategoryLinkManagementInterface::class);
2525
$reflectionClass = new \ReflectionClass(get_class($categoryLinkManagement));
2626
$properties = [
@@ -115,6 +115,7 @@
115115
->setName('Inactive')
116116
->setParentId(2)
117117
->setPath('1/2/8')
118+
->setLevel(2)
118119
->setAvailableSortBy('name')
119120
->setDefaultSortBy('name')
120121
->setIsActive(false)

0 commit comments

Comments
 (0)