Skip to content

Commit a1a1609

Browse files
committed
Remove _block from product_price_attribute
1 parent 5e0b4cb commit a1a1609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function testAggregationCustomPriceAttribute()
125125
$priceAggregation = array_filter(
126126
$result['products']['aggregations'],
127127
function ($a) {
128-
return $a['attribute_code'] == 'product_price_attribute_bucket';
128+
return $a['attribute_code'] == 'product_price_attribute';
129129
}
130130
);
131131
$this->assertNotEmpty($priceAggregation);

0 commit comments

Comments
 (0)