Skip to content

Commit 82bf51b

Browse files
committed
MC-38168: Manual Indexer after Merchandising - Empty Catalog/ Number of products incorrect
1 parent b9b5c50 commit 82bf51b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Indexer/Test/Unit/Model/IndexerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ protected function getIndexerData()
357357
'view_id' => 'view_test',
358358
'action_class' => 'Some\Class\Name',
359359
'title' => 'Indexer public name',
360-
'description' => 'Indexer public description'
360+
'description' => 'Indexer public description',
361+
'shared_index' => null
361362
];
362363
}
363364

0 commit comments

Comments
 (0)