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 c2eb708 commit 111ea53Copy full SHA for 111ea53
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogGraphQl/CategoryTest.php
@@ -24,7 +24,7 @@ public function testCheckCategoryUidAsAggregation(): void
24
$query = $this->getSearchQueryWithSCategoryUID();
25
$response = $this->graphQlQuery($query);
26
$this->assertNotEmpty($response['products']);
27
- $this->assertEquals(2, count($response['products']['aggregations']));
+ $this->assertEquals(1, count($response['products']['aggregations']));
28
$this->assertNotEmpty($response['products']['aggregations']);
29
$this->assertEquals('price', $response['products']['aggregations'][0]['attribute_code']);
30
}
0 commit comments