Skip to content

Commit 41b1025

Browse files
authoredFeb 18, 2021
Merge pull request #38 from magento-troll/SFAPP-249
SFAPP-249: Implement search resolver for storefront
2 parents 918c988 + ae77623 commit 41b1025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/GqlServerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testGrpcRequest()
1919
{
2020
$query = <<<QUERY
2121
{
22-
getProductsByIds(ids: [1]) {
22+
getProductsByIds(ids: ["1"]) {
2323
items {
2424
sku
2525
name

0 commit comments

Comments
 (0)