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 5e0b4cb commit a1a1609Copy full SHA for a1a1609
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchAggregationsTest.php
@@ -125,7 +125,7 @@ public function testAggregationCustomPriceAttribute()
125
$priceAggregation = array_filter(
126
$result['products']['aggregations'],
127
function ($a) {
128
- return $a['attribute_code'] == 'product_price_attribute_bucket';
+ return $a['attribute_code'] == 'product_price_attribute';
129
}
130
);
131
$this->assertNotEmpty($priceAggregation);
0 commit comments