We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbec75 commit 2cba96fCopy full SHA for 2cba96f
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductVisibilitySearchTest.php
@@ -27,18 +27,18 @@ class ProductVisibilitySearchTest extends GraphQlAbstract
27
public function testProductNotReturnedWhenVisibilityIsCatalogOnly(): void
28
{
29
$query = <<<'QUERY'
30
-query {
31
- products(
32
- search: "API"
33
- filter: { price: { from: "1" } }
34
- ) {
35
- items {
36
- name
37
- sku
38
- }
39
40
-}
41
-QUERY;
+ query {
+ products(
+ search: "API"
+ filter: { price: { from: "1" } }
+ ) {
+ items {
+ name
+ sku
+ }
+ QUERY;
42
43
$response = $this->graphQlQuery($query);
44
$this->assertArrayNotHasKey('errors', $response);
0 commit comments