Skip to content

Commit a754652

Browse files
committed
MC-19255: API functional tests to cover cart promotions
- static fix
1 parent 0a4b127 commit a754652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CartPromotionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private function assertLineItemDiscountPrices($response, $productsInCart, $qty,
9393
0 =>[
9494
'amount' =>
9595
['value' => $productsInCart[$itemIndex]->getSpecialPrice()*$qty*0.5],
96-
'label' => 'TestRule_Label'
96+
'label' => $ruleLabels[0]
9797
]
9898
]
9999
],

0 commit comments

Comments
 (0)