Skip to content

Commit 297e395

Browse files
author
Prabhu Ram
committed
Merge branch 'MC-18402' of github.com:magento-honey-badgers/magento2ce into MC-18402
2 parents 21d0b21 + e6c6a3c commit 297e395

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)