Skip to content

Commit c535264

Browse files
committed
#28563: Edits session 1 - addressing WebApi tests failures
1 parent a5e978e commit c535264

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Resolver/Category

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Category/Products.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function resolve(
6363
'eq' => $value['id']
6464
]
6565
];
66-
$searchResult = $this->searchQuery->getResult($args, $info);
66+
$searchResult = $this->searchQuery->getResult($args, $info, $context);
6767

6868
//possible division by 0
6969
if ($searchResult->getPageSize()) {

0 commit comments

Comments
 (0)