Skip to content

Commit 4b2b152

Browse files
author
Karpenko, Oleksandr
committed
MAGETWO-63667: Can't get store-specific data via catalog API
1 parent 764284f commit 4b2b152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ public function testGetListWithFilteringByStore(array $searchCriteria, array $sk
742742
}
743743

744744
$isResultValid = false;
745-
foreach ($skus as $sku){
745+
foreach ($skus as $sku) {
746746
foreach ($response['items'] as $item) {
747747
if ($item['sku'] == $sku) {
748748
$isResultValid = true;
@@ -779,6 +779,7 @@ public function testGetListWithFilteringByStoreDataProvider()
779779
[
780780
[
781781
'searchCriteria' => [
782+
'filter_groups' => [],
782783
'current_page' => 1,
783784
'page_size' => 10,
784785
],

0 commit comments

Comments
 (0)