Skip to content

Commit 40d27a3

Browse files
committed
MC-20508: Api-functional tests for Product prices including FPT
- fix static
1 parent db9d9f4 commit 40d27a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Tax/ProductViewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ private function getFixtureTaxRules()
253253
*/
254254
private function assertBaseFields($product, $actualResponse)
255255
{
256-
// ['product_object_field_name', 'expected_value']
256+
// product_object_field_name, expected_value
257257
$assertionMap = [
258258
['response_field' => 'attribute_set_id', 'expected_value' => $product->getAttributeSetId()],
259259
['response_field' => 'created_at', 'expected_value' => $product->getCreatedAt()],

0 commit comments

Comments
 (0)