Skip to content

Commit fcf58a3

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-59163: Category product count incorporating products with visibility set to search only
1 parent c54e092 commit fcf58a3

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/api-functional/testsuite/Magento/Framework/Api/Search

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Framework/Api/Search/SearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testCatalogSearch()
3737
],
3838
[
3939
'field' => 'visibility',
40-
'value' => [3, 4],
40+
'value' => 4,
4141
'condition_type' => 'eq'
4242
]
4343
]

0 commit comments

Comments
 (0)